Transaction Isolation SQL Server

Hi everyone!

It’s possilble to set the Transaction Isolation to Read Uncommited in a SQL Server connection?

@fbelchior This is a server side command, you can try running it through external query but only via JDBC as via UI the 2 commands would be 2 different sessions at the DB. Can this command be done at a session level?