Administration

  • Hi all,

    How to find what are the flags are currently running on a server?

  • What do you mean exactly with "flags"?

    -- Gianluca Sartori

  • If you are referring to trace flags, then try this (more info in BOL)

    DBCC TRACESTATUS(-1)

    Regards,

    Willem
    http://wschampheleer.wordpress.com[/url]

  • Above DBCC displays the status of all trace flags that are currently enabled.

    ---------------------------------------------------
    "Thare are only 10 types of people in the world:
    Those who understand binary, and those who don't."

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply