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.
Author |
Topic |
unnoan2
Starting Member
2 Posts |
Posted - 2012-05-01 : 11:29:07
|
Is there a easy way to perform a trace to capture data of a query that fails. I am usually left with thousands of lines when all I really want to know is which query failed. I am usually unable to even tell which one failed during the trace. Any help would be appreciated. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
unnoan2
Starting Member
2 Posts |
Posted - 2012-05-01 : 16:36:47
|
By failed I mean not complete. The application throws a object reference error basically saying that it was looking for something it can't find. If I had the actual query being executed I could find what is missing. The problem is I don't see the actual SQL statement that I can tell failed. |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|