Options

SQL Monitor Trace Profiler less details than SQL Response?

xexexxexex Posts: 56
edited February 21, 2011 3:43AM in SQL Monitor Previous Versions
I've compare SQL Monitor 2.1 and SQL Response 1.3 because I need to decide upgrade or not. However, when I obtain a dead lock record on SQL Monitor, I've found that it's difficult to troubleshoot, base on the report from SQL monitor compare with SQL Response. Here is an example:

The process 232 locked the record and process 271 was the victim. Both show the same information
sqlmonitordeadlockdetai.jpg

sqlresponsedeadlockdeta.jpg

When I look at the Profiler Trace of Process 232, I've found that some statement has not been shown
sqlmonitordeadlocksqlpr.jpg

sqlresponsedeadlocksqlp.jpg


This also appear in Victim Process
sqlmonitordeadlocksqlpr.jpg

sqlresponsedeadlocksqlp.jpg

In SQL Response, I found that Victim Process only wait for 5 seconds and than roll back, so I change the timeout value in SQL statement. However, SQL Monitor didn't show "Roll Back" statement in Profiler Trace, I can't found the problem.

Comments

Sign In or Register to comment.