News

SQL Server 2008 R2 uses a granular approach to locking. It will select the appropriate locking level based on the number of records affected and other ongoing activities.
Lock escalation threshold detection For concurrent access to shared objects between transaction DB server uses locking. Because transaction can require to lock too many objects, for example table rows ...
I am running SQL Server Enterprise Manager on a 1.3ghz AMD Athlon with 1024 in DDR ram. Now when I change things in the tables everything runs fine the first couple of times, but by the third time ...
Hi folks,Me again. Let's say you have a SQL Server 2000 DB with no locking enabled. And then let's say that you want to enable locking, even very ...
In addition, any applications that attach to the SQL Server database must be secure against common holes and exploits. If your applications are full of holes, securing SQL Server wont help.
The Nitty Gritty of Locking SQL Server 2008 R2 uses a granular approach to locking. It will select the appropriate locking level based on the number of records affected and other ongoing activities.