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 can we rewrite sub-queries into simple select statements or with joins?

0 Answers  


What is the data type of time?

0 Answers  


What is a covering index?

0 Answers  


what are batch in sql server?

2 Answers   Satyam,


How does using a separate hard drive for several database objects improves performance right away?

0 Answers  


How to add additional conditions in SQL?

0 Answers   Amdocs,


explain databases and sql server databases architecture? : Sql server database administration

0 Answers  


What is RAID and what are different types of RAID configurations?

8 Answers   Wipro,


There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"

2 Answers  


what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

0 Answers  


What are sql dirty pages?

0 Answers  


Can you explain various data region available in ssrs with their use?

0 Answers  


Categories