Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 exception

Author  Topic 

rajasekhar857
Constraint Violating Yak Guru

396 Posts

Posted - 2009-10-18 : 03:14:31
We are getting the following error for MSSQL database

Transaction (Process ID 101) was deadlocked on lock | generic waitable object
resources with another process
and has been chosen as the deadlock victim. Rerun the transaction.


how to resolve this.

Regards,
Rajasekhar

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-10-18 : 15:53:39
If you had trace flag 1222 enabled, then the deadlock chain is in the SQL Server Error Log. Otherwise, you'll need to enable that trace flag and/or run SQL Profiler (deadlock graph) and wait for the next occurrence.

With only the deadlock victim, there isn't anything that can be done to troubleshoot this.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -