What is the use of DBCC commands?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
How can we rewrite sub-queries into simple select statements or with joins?
What is the data type of time?
What is a covering index?
what are batch in sql server?
How does using a separate hard drive for several database objects improves performance right away?
How to add additional conditions in SQL?
explain databases and sql server databases architecture? : Sql server database administration
What is RAID and what are different types of RAID configurations?
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"
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
What are sql dirty pages?
Can you explain various data region available in ssrs with their use?