SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED same as (nolock)

  • Hi,

    Just was wondering if putting this line at the beginning of a stored procedure equates to using (nolock) for all SELECT's in that stored procedure?

    Many thanks.

  • Yes, it does.

    But be careful with reading uncommitted

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply