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 |
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.htmhas anyone implemented these scripts or similar scripts on a SQL 2000 box. ThanksChris |
|
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. |
 |
|
|
|
|