Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
About Us
986
Questions
785
Answers
Interview Preparation mode
beta
Funny Facebook Status
Enter your email address
All categories
SQL Server Interview Questions and Answers
(197)
SSIS Interview Questions and Answers
(54)
SSRS Interview Questions and Answers
(9)
SSAS Interview Questions and Answers
(29)
.NET Interview Questions and Answers
(186)
Oracle Interview Questions and Answers
(122)
Java Interview Questions and Answers
(32)
UNIX Interview Questions and Answers
(47)
Networking Interview Questions and Answers
(17)
MySQL Interview Questions and Answers
(30)
HR Interview Questions and Answers
(237)
General Interview Questions and Answers
(9)
Other Interview Questions and Answers
(8)
Job Openings
(3)
Greenplum Database Interview Questions and Answers
(5)
What is a Trace frag? Where do we use it?
Nice?
Vote!
asked
1 year
ago
in
SQL Server Interview Questions and Answers
by
R
(
19,530
points)
sql-server-interview-question
trace
frag
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
Nice?
Vote!
1
answer
If a class is located in a package, what do you need to change in the OS environment to be able to use it?
asked
1 year
ago
in
Java Interview Questions and Answers
by
anonymous
java-interview-questions
package
Nice?
Vote!
1
answer
Describe a situation where your work or idea was criticized. How did you handle it? What did you do about it?
asked
1 year
ago
in
HR Interview Questions and Answers
by
siva
(
10,720
points)
hr-interview-question
oral-communication-skills-interview-question
Nice?
Vote!
1
answer
What is a Document Type Definition (DTD) and where do I get one?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
anonymous
xml-interview-question
Nice?
Vote!
1
answer
How do we connect to the 11S if we want to use it instead of the built in Web Server?
asked
1 year
ago
in
.NET Interview Questions and Answers
by
KrishnaMachiraju
(
7,980
points)
net-interview-question
Nice?
Vote!
1
answer
What is the difference between “HAVING” and “WHERE” clause, in MS SQL Server?
asked
1 year
ago
in
SQL Server Interview Questions and Answers
by
R
(
19,530
points)
sql-server-interview-question
t-sql