I’m trying to find SQL statements that timed out using the SQL 2005 profiler. Is there a way to set such a filter?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Profiler, you can add the event ‘Attention’ under ‘Errors and Warnings’. It’s definition is
As far as other errors (deadlocks, contraints, etc), try ‘Execution Warning’ (reports warning that occurred during the execution of SQL statement or procedure) or ‘User Error Message’ (the error message displayed to the user in the case of an error or exception).