THE SQL Server Blog Spot on the Web

Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | |
in Search

Browse by Tags

All Tags » locking » Query Processing   (RSS)
  • Snapshot isolation and SQL Server 2000 compatibility level

    What is the simplest test to see the snapshot isolation level at work?   There was a question in one of the forums on whether you can use the snapshot isolation level in a SQL Server 2005 database that is in the SQL2000 compatibility level. I don’t know what may be the official answer from the Books Online. It may be documented somewhere, ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on September 25, 2009
  • Performance impact: Can SELECT (NOLOCK) block INSERTs?

    The answer is yes. This may be obvious to some, but may not be so obvious to many. It’s good to look at a specific example to see how it may happen.   First of all, let’s be precise about what we are talking about here. Assume that we have a table called Junk. We are running a query on the table as follows:   SELECT * FROM Junk ...
    Posted to Linchi Shea (Weblog) by Linchi Shea on August 3, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement