SQL Trace challenge: a simple requirement

Posted by Linchi Shea on SQL Blog See other posts from SQL Blog or by Linchi Shea
Published on Thu, 29 Apr 2010 03:48:00 GMT Indexed on 2010/04/29 4:08 UTC
Read the original article Hit count: 413

Filed under:
|
SQL Trace (or SQL Profiler) is no doubt an excellent tool. But its filtering capability is rather primitive, and is very poorly documented. Here is a request that is simple and seems to be rather reasonable. Create a trace to filter for the following: 1. All the update/delete statements, and 2. All the select/insert statements whose CPU column value is greater than 1000 or whose Duration value is greater than 1000 Now, I'm having a tough time creating a trace to meet this simple requirement. Perhaps,...(read more)

© SQL Blog or respective owner

Related posts about profiler

Related posts about SQL Trace