| Author |
Message |
xexex
Joined: 24 Jun 2010 Posts: 31
|
Posted: Thu Mar 07, 2013 4:39 am Post subject: Trace Data Compare with SQL Response 1.3 |
|
|
I'm using SQL Response 1.3. I use it to troubleshoot the deadlock, it help me alot.
I've tried SQL monitor, it's a powerful tool to monitor SQL performance. However, compare with SQL Response, it provide less information about trace record. For exampe, SQL response can capture the statement between BEGIN TRAN and COMMIT/ ROLLBACK", but SQL monitor always miss it. Moreover, error message such as "1205" will be indicated as red color in SQL response, but not in SQL monitor.
It seem that SQL monitor is focus on SQL performance but not on trace data .
I really want to upgrade to SQL Monitor 3.0, the performance analysis is great that SQL response can't provide it. Will SQL monitor focus on trace data in future version, or I can obtain this feature from other Redgate product? |
|
| Back to top |
|
 |
priyasinha
Joined: 03 Jan 2007 Posts: 482
|
Posted: Fri Mar 08, 2013 1:50 pm Post subject: |
|
|
Hello,
Thanks for your message.
As far as I am aware the implementation of trace is very similar between SQL Response 1.3 and SQL Monitor 3. Unfortunately, we have not looked at the code for SQL Response 1.3 for few years now so we wont be able to tell you the exact differences. But there is much more functionality in SQL Monitor V 3 than in SQL Response 1.3.
Thanks,
Priya |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Fri Mar 08, 2013 4:40 pm Post subject: |
|
|
Hi,
You should be getting at least the same amount of information - SQL Monitor turns on a trace flag that prints deadlock information to the SQL Server ERRORLOG and we get that information. I did a simple test and it showed me this:
| Code: |
Deadlocked processes:
57
Victim process:
59
Object blocked:
Row
Deadlocked processes
SPID
Victim
Lock details
Statement type
57
dbid: 2, file id: 1, page no.: 1027, row no.: 2
UPDATE Line #: 10
59
Victim process
dbid: 2, file id: 1, page no.: 1029, row no.: 2
UPDATE Line #: 10
SQL query fragment:
Language Event: --QA window £1
BEGIN TRAN
UPDATE ##temp1 SET col1 = 4 WHERE col1 = 3
WAITFOR DELAY '0:0:05'
--this proc is holding lock on ##temp1
|
If you do not get the query fragment, you may be using an unsupported version of SQL Server or possibly there is a problem with the connection to the SQL Server from the base monitor. _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
xexex
Joined: 24 Jun 2010 Posts: 31
|
Posted: Fri Mar 15, 2013 3:18 am Post subject: |
|
|
| We're using SQL 2000, is that a reason why information is missing? |
|
| Back to top |
|
 |
|
|
All times are GMT + 1 Hour
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group