Skip to content

Instantly share code, notes, and snippets.

@denmarkin
Created November 16, 2012 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denmarkin/4089974 to your computer and use it in GitHub Desktop.
Save denmarkin/4089974 to your computer and use it in GitHub Desktop.
Allow read from locked MSSQL table during debug of test inside transactions
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment