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.
| Author |
Topic |
|
lamujerdetuhermano10
Yak Posting Veteran
75 Posts |
Posted - 2008-09-04 : 12:37:32
|
| in sql server 2000 what is the equivalent of sys.traces? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-09-04 : 12:40:00
|
From SQL Server 2005 Books Online:quote: The sys.traces catalog view contains the current running traces on the system. This view is intended as a replacement for the fn_trace_getinfo function.
Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/Subscribe to my blog |
 |
|
|
|
|
|