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

Explain the difference between delete,drop and truncate in SQL Server?

0 Answers   HCL,


Explain alternate key, candidate key and composite key in sql server?

0 Answers  


How to select some specific rows from a table in ms sql server?

0 Answers  


how we use window authentication connection with sql server.?

0 Answers   MCN Solutions,


What is bit datatype and what's the information that can be stored inside a bit column?

1 Answers  






How to apply filtering criteria at group level with the having clause in ms sql server?

0 Answers  


How do you persist objects, permissions in tempdb

1 Answers  


on line cluster can we make if yes tell me the procedure

0 Answers   Microsoft,


I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000

17 Answers   HCL, IBM,


how to get the salary in descending order with out using the keyword desc in sql

5 Answers   Ramco,


How to get a list of all tables with "sys.tables" view in ms sql server?

0 Answers  


What is difference between views and stored procedures?

0 Answers  


Categories