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)
 Server side traces with stored procs

Author  Topic 

chris_wood99
Yak Posting Veteran

70 Posts

Posted - 2006-04-21 : 08:55:01
I read the article from the main website on a set of wrapper stored procs that made the process much easier. I tried to implement them on a Dev server but received errors about referencing tables that didn't exist, i'm assuming this is because these were designed on SQL 2005 and the tables were new 2005 tables in msdb?

http://vyaskn.tripod.com/server_side_tracing_in_sql_server.htm

has anyone implemented these scripts or similar scripts on a SQL 2000 box.

Thanks

Chris

druer
Constraint Violating Yak Guru

314 Posts

Posted - 2006-04-21 : 13:45:37
I followed the link and saw the following in RED:

Note: Information & code samples from this article are tested on SQL Server 2005 RTM (Yukon) and found to be working. Will update the article in case of any compatibility issues.

So your guess is correct those were written and tested on 2005.
Go to Top of Page
   

- Advertisement -