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 to create view in stored procedure sql server?

0 Answers  


Define ACID properties in a Database?

0 Answers   iNautix,


How can I check if a view exists in a sql server database?

0 Answers  


How to add code to the existing article (using improve article)?

0 Answers  


what is procedure in sql?

2 Answers   Millennium, SQL,


Do you know what is difference between index seek vs. Index scan?

0 Answers  


What happens if null values are involved in string operations?

0 Answers  


What is resource db in sql server?

0 Answers  


if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?

5 Answers  


Can you explain powershell included in sql server 2008?

0 Answers  


Why we are using the sql language?. What is the purpose of using this?

2 Answers  


How to delete multiple rows with one delete statement in ms sql server?

0 Answers  


Categories