Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What is a Trace frag? Where do we use it?

Nice?Vote!

1 Answer

Nice?Vote!
Temporary setting of specific server characteristics is done by trace tags. DBCC TRACEON is the command to set the trace flags. Once activated, trace flag will be in effect until the server is restarted. Trace frags are frequently used for diagnosing performance issues.

For example, the trace flag 3205 is used for disabling hard compression for tape drives, when an instance of SQL Server starts.
answered 1 year ago by Pandi (540 points)

Related questions