Product Support
Support for your product in a single location.
Downloads
New releases, updates and patches.
Company Brochure
What does Simplicity Mean?Learn more in our brochure
Executive Blog
Our leaders' commentary on news in the software industry. Read now
Careers
Where do you want to be?Search jobs
As we develop SQL Server applications with more and more concurrent users, there is inevitable contention as users compete for data resources. They are either forced to wait for each other or face the risk of reading inconsistent data due to in-progress changes.
This trade-off between correctness and throughput is critical, and can have a major impact on SQL Server performance. This paper discusses the diagnosis and resolution of SQL Server blocking problems.