Basics of SQL Server 2008 Locking

Posted on Internet.com See other posts from Internet.com
Published on Thu, 13 May 2010 04:00:00 +0100 Indexed on 2010/05/13 14:25 UTC
Read the original article Hit count: 146

Filed under:
Relational databases are designed for multiple simultaneous users, and Microsoft SQL Server is no different. However, supporting multiple users requires some form of concurrency control, which in SQL Server's case means transaction isolation and locking. Read on to learn how SQL Server 2008 implements locking.

© Internet.com or respective owner

Basics of SQL Server 2008 Locking

Posted on Internet.com See other posts from Internet.com
Published on Thu, 13 May 2010 04:00:00 +0100 Indexed on 2010/05/13 14:24 UTC
Read the original article Hit count: 146

Filed under:
Relational databases are designed for multiple simultaneous users, and Microsoft SQL Server is no different. However, supporting multiple users requires some form of concurrency control, which in SQL Server's case means transaction isolation and locking. Read on to learn how SQL Server 2008 implements locking.

© Internet.com or respective owner