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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL PROFILER FOR SELECT STATEMETNS

Author  Topic 

TRACEYSQL
Aged Yak Warrior

594 Posts

Posted - 2006-07-22 : 17:12:40
We have about 10 developers that uses select statements for their impromptu reports....

In the profiler all i see is monitoring sp....

What i like to do is measure the Select statements when they started and ended and what time they took...

So in the profiler how do i monitor these settings.

Cheers

Westley
Posting Yak Master

229 Posts

Posted - 2006-07-24 : 03:28:59
You can select the TSQL counters? and have a trace just monitor those? select the start and end time events so you can tell when they start and finishes.
and can also have a filter on select only for textdata.
Go to Top of Page

TRACEYSQL
Aged Yak Warrior

594 Posts

Posted - 2006-07-24 : 09:37:58
Thanks
Go to Top of Page
   

- Advertisement -