After migrating data from SQL Server 2000 to SQL Server 2008,when I am doing any a transaction in the table which find out more row on the database,that's gives me ...
One of the dreaded error codes we get in the SQL log is the “1205”. It represents the infamous deadlock where two transactions are locking each other out. No way ...
This is for a friend of mine, just helping a time pressed friend.<BR><BR>They are working on a project where they have to implement locking facility for a multiuser application. They intend to use ...