|
|
How to Track Down Deadlocks Using SQL Server 2005 Profiler
Last post 03-02-2012, 3:05 PM by Prakash7900. 30 replies.
-
07-21-2008, 3:12 PM |
|
|
Profiler is an incredible performance hog, running it will certainly cause your phone to ring off the wall within moments of activating it. Picture instantly doubling the load on your production server.
|
|
-
07-28-2008, 4:38 AM |
|
|
profiler 2005 on sql 2000 instance
is it possible to connect your sql2005 profiler to a sql2000 instance and get the same kind of troubleshooting info?
|
|
-
08-06-2008, 9:14 AM |
|
|
Is it possible to obtain the full sql that was passed in order to cause the deadlock, eg the parameters as well as the other statements within the same transaction?
Other than running a full trace and trying to match it up afterwards. I will have gigs of data to sift through if this was the case.
|
|
-
08-12-2008, 10:00 PM |
-
08-19-2008, 1:34 PM |
-
-
08-19-2008, 1:48 PM |
-
04-15-2010, 4:39 PM |
-
08-27-2010, 2:10 AM |
-
03-10-2011, 2:31 AM |
-
03-29-2011, 1:11 AM |
-
10-11-2011, 12:37 AM |
-
02-08-2012, 1:06 PM |
-
delta
-
-
-
Joined on 02-08-2012
-
-
-
-
|
deadlock problem occurred while accessing same proc(same index)
Hi Brad, Thanks for posting this great article. I followed the steps provided by you to create deadlock graph. I was successfully able to create graph for deadlock occuring in my app. Only problem with deadlock graph in my application case is it has same index is cause of problem. In above example two indexes held by two processes each one waiting for another. But in my application its same index (same proc) causing deadlock issue. Its key level lock. There aremultiple select, update stmts in proc. Can you provide your valuable analysis on this problem? Highly appreciate it, Thanks
|
|
-
02-08-2012, 1:11 PM |
-
delta
-
-
-
Joined on 02-08-2012
-
-
-
-
|
deadlock problem occurred while accessing same proc(same index)
Hi Brad, Thanks for posting this great article. I followed the steps provided by you to create deadlock graph. I was successfully able to create graph for deadlock occuring in my app. Only problem with deadlock graph in my application case is it has same index is cause of problem. In above example two indexes held by two processes each one waiting for another. But in my application its same index (same proc) causing deadlock issue. Its key level lock. There aremultiple select, update stmts in proc. Can you provide your valuable analysis on this problem? Highly appreciate it, Thanks
|
|
-
02-08-2012, 1:12 PM |
-
delta
-
-
-
Joined on 02-08-2012
-
-
-
-
|
deadlock problem occurred while accessing same proc(same index)
Hi Brad, Thanks for posting this great article. I followed the steps provided by you to create deadlock graph. I was successfully able to create graph for deadlock occuring in my app. Only problem with deadlock graph in my application case is it has same index is cause of problem. In above example two indexes held by two processes each one waiting for another. But in my application its same index (same proc) causing deadlock issue. Its key level lock. There aremultiple select, update stmts in proc. Can you provide your valuable analysis on this problem? Highly appreciate it, Thanks
|
|
Page 2 of 3 (31 items)
2
|
|