Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search deadlock

Status
Not open for further replies.

hok1man

Technical User
Feb 16, 2008
102
Hi guys,

just wondering how to search deadlock in particular time in database and which query caused it?

I believe there's database log somewhere? can you help me how to find it?

do I need to be dbo_owner to execute it ?

Thanks guys,
 
Did you try
select * from sa_conn_info()
or
select * from sa_locks()
or
select * from sa_conn_activity()

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top