March 18, 2002 at 5:34 pm
Does anyone know how to run a trace just against one database instead against a server?? This is SQL server 7/2000 that we are talking about. Thanks in advance.
regards,
Park
March 18, 2002 at 7:44 pm
On the last tab you can specify parameters, for include and exclude on the trace properties dialog. You can set a specific DBID (which you can get by "SELECT [id], [name] FROM master.dbo.sysdatabases WHERE [name] = 'DBNAMEHERE'"), you will still pick up some stray things but most will be from the DB entered.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
March 18, 2002 at 8:28 pm
thanks pal, I got it.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy