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 |
chedderslam
Posting Yak Master
223 Posts |
Posted - 2009-03-27 : 16:44:17
|
We have just begun to get an error logged as SQL State 37000 in our application. I have just run a trace on the server with profiler causing the error to occur. There are a ton of records from the trace, but I don't see the error. How do I find it? Would it have been captured with the default trace, or do I need to use another template?Thanks. |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-03-27 : 16:46:39
|
Capture with Error and Warnings Event in Profiler. |
 |
|
chedderslam
Posting Yak Master
223 Posts |
Posted - 2009-03-27 : 16:52:07
|
Is this a template? I couldn't find it.I went to the "Events Selection" and did not see Error and Warnings Events. |
 |
|
chedderslam
Posting Yak Master
223 Posts |
Posted - 2009-03-27 : 17:28:36
|
I have selected everything under Errors and Warnings and had the error triggered, but the trace does not show it. Am I missing something? |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-03-28 : 00:27:21
|
Then check in event Log. |
 |
|
|
|
|