Home All Groups Group Topic Archive Search About

How to Optimize the Profiler Trace?

Author
29 Jul 2005 2:37 PM
Pushkar
Hi,

I  have four different databases and I need to collect different types of trace event for them.
For example DB1 I just need to collect login/logout event.
For DB2 I need to collect some other events and so on.

Whether I should run a single trace and collect all the data or multiple trace for each database using filter.
Which approach will be better?

Thanks in Advance
Pushkar

Author
29 Jul 2005 3:29 PM
Louis Davidson
Depends.  I would probably do a trace like this into a table, then you can
filter out the events/databases that you need, and you can put them together
if you want to see everything in order.

--
----------------------------------------------------------------------------
Louis Davidson - http://spaces.msn.com/members/drsql/
SQL Server MVP


"Pushkar" <pushkartiw***@gmail.com> wrote in message
news:%23$6mEsElFHA.4028@TK2MSFTNGP10.phx.gbl...
Hi,

I  have four different databases and I need to collect different types of
trace event for them.
For example DB1 I just need to collect login/logout event.
For DB2 I need to collect some other events and so on.

Whether I should run a single trace and collect all the data or multiple
trace for each database using filter.
Which approach will be better?

Thanks in Advance
Pushkar

AddThis Social Bookmark Button