Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesIt would be great if the Connect In-DB tool supported 'Pre-SQL' statements like:
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
When I try and execute a query that runs fine in SSMS, like the below, I get an error in the Connect In-DB tool:
--
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
Select * From MyDatabase.MyTable
--
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.