dbTalk Databases Forums  

SQL Server 2005 Profiler Automated

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL Server 2005 Profiler Automated in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joe K.
 
Posts: n/a

Default SQL Server 2005 Profiler Automated - 10-07-2009 , 10:44 AM






I inherited serveral SQL Server 2005 database servers. How can I determine
if the database servers have SQL Server 2005 Profiler set to automated?

Thanks,

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SQL Server 2005 Profiler Automated - 10-07-2009 , 04:37 PM






Joe K. (JoeK (AT) discussions (DOT) microsoft.com) writes:
Quote:
I inherited serveral SQL Server 2005 database servers. How can I
determine if the database servers have SQL Server 2005 Profiler set to
automated?
Ehum, I may be in a state of confusion, but I don't really know what
you mean. Profiler is a tool, and not a property on the server, and I
can't really think of what it would mean that it's set to automated?

Maybe you could clarify?


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
Andrew J. Kelly
 
Posts: n/a

Default Re: SQL Server 2005 Profiler Automated - 10-07-2009 , 04:38 PM



What exactly do you mean by that? There is no way to automate Profiler. You
can create traces and automate them but I need to know more of what you are
looking for.

--

Andrew J. Kelly SQL MVP
Solid Quality Mentors

"Joe K." <JoeK (AT) discussions (DOT) microsoft.com> wrote

Quote:
I inherited serveral SQL Server 2005 database servers. How can I
determine
if the database servers have SQL Server 2005 Profiler set to automated?

Thanks,

Reply With Quote
  #4  
Old   
Dan Guzman
 
Posts: n/a

Default Re: SQL Server 2005 Profiler Automated - 10-10-2009 , 12:11 PM



Quote:
I inherited serveral SQL Server 2005 database servers. How can I
determine
if the database servers have SQL Server 2005 Profiler set to automated?
You can list server side traces by querying sys.traces. Note that this will
also include the default trace, if enabled.

SELECT * FROM sys.traces;

--
Hope this helps.

Dan Guzman
SQL Server MVP
http://weblogs.sqlteam.com/dang/

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.