Error!
Success!

By tag: locking

showing:  of
0
kicks

Application Locks (or Mutexes) in SQL Server 2005  (Unpublished)

Application locks aren't a well known area of locking in SQL Server, but they can be very useful for special scenarios. They work in a analogous way to the lock() construct in .Net and are basicaly user defined mutexes in SQL Server.


Kicked By:
Drop Kicked By:
0
kicks

Introduction to Locking in SQL Server  (Unpublished)

Locking is a major part of every RDBMS and is important to know about. It is a database functionality which without a multi-user environment could not work.


Kicked By:
Drop Kicked By:
0
kicks

Get Around Database Locks with the NOLOCK Keyword  (Unpublished)

Using MBUnit's awesome Rollback attribute for unit tests cause the test to be wrapped in a transaction - which is well and good as that allows any changes made by the test to be undone. However, it also causes a database lock contention when you try to read from a locked row/table while debugging yo...


Kicked By:
Drop Kicked By:
0
kicks

Threading - Never Lock This Redux  (Unpublished)

Why locking on "this" can be a bad idea -- and how to lock in a safer manner.


Kicked By:
Drop Kicked By: