I ve created trace table in sql server profiler
When i create the trace table.It has been over
lapped on my transaction table..
how to delete the trace table..pls help me
i want to get back my tc08qaprocess table
i tried to delete the trace table...
when i execute the below sproc.It gives an error
exec sp_trace_setstatus @traceid =0 , @status =2
error:
Could not find the requested trace.
Regards
goms