What is the use of DBCC commands?

Answers were Sorted based on User's Feedback



What is the use of DBCC commands?..

Answer / guest

DBCC stands for database consistency checker. We use these
commands to check the consistency of the databases, i.e.,
maintenance, validation task and status checks.

Is This Answer Correct ?    6 Yes 2 No

What is the use of DBCC commands?..

Answer / ricky

it stand for database consistency checker. it is used to
ckeck the consistency of the database.

Is This Answer Correct ?    1 Yes 2 No

What is the use of DBCC commands?..

Answer / pradip

DBCC stands for database consistency checker. We use these
commands to check the consistency of the databases, i.e.,
maintenance, validation task and status checks.

Is This Answer Correct ?    1 Yes 2 No

What is the use of DBCC commands?..

Answer / pradeep

DBCC commands gives you valuable insight into whats going on inside your sql server system......

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

How do you run a trace?

0 Answers  


What is sql server management studio? : sql server management studio

0 Answers  


What are the differences between local and global temporary tables?

0 Answers  


What are the database roles? : sql server security

0 Answers  


Explain nested trigger in sql?

0 Answers  






Explain about sql server login?

0 Answers  


What does it mean to normalize data?

0 Answers  


How to execute stored procedure in select statement sql server?

0 Answers  


How to automatically create a log when an exception is being received into SQL Server?

0 Answers   Cap Gemini,


What is the purpose of sql profiler in sql server?

0 Answers  


What is service broker?

0 Answers  


How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?

0 Answers  


Categories