Express12
SSCoach
Points: 18514
More actions
September 24, 2007 at 7:41 am
#181355
In SQL 2005, What is the command syntax to identify pre-existing traces?
September 24, 2007 at 7:49 am
#735609
SELECT * FROM fn_trace_getinfo(0)
September 24, 2007 at 11:00 am
#735712
Another cmd:
select * from sys.traces
EugeneZ-162636
Default port
Points: 1448
September 24, 2007 at 11:10 am
#735714
try
DBCC TRACESTATUS
alen teplitsky
SSC-Dedicated
Points: 30014
September 25, 2007 at 8:40 am
#736048
you can also do an sp_who2 and the app name will say SQL Profiler
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply