Get status information for trace flag(s) currently turned on

The command DBCC TRACESTATUS can be used to get the status information for trace flag(s) currently turned on. Here is the syntax:

DBCC TRACESTATUS (trace# [,...n])
To get the status information for all trace flags currently turned on, use -1 for the trace#.

Here is an example:

DBCC TRACESTATUS(-1)
GO
Use the DBCC TRACEON command to turn on the specified trace flag.

DBCC TRACEON (trace# [,...n])
To turn off the specified trace flag(s), use the DBCC TRACEOFF command.

DBCC TRACEOFF (trace# [,...n])

For More Information

  • What do you think about this tip? E-mail the editor at

    Requires Free Membership to View


This was first published in February 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.

    Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.