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 to create view in stored procedure sql server?
Define ACID properties in a Database?
How can I check if a view exists in a sql server database?
How to add code to the existing article (using improve article)?
what is procedure in sql?
Do you know what is difference between index seek vs. Index scan?
What happens if null values are involved in string operations?
What is resource db in sql server?
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?
Can you explain powershell included in sql server 2008?
Why we are using the sql language?. What is the purpose of using this?
How to delete multiple rows with one delete statement in ms sql server?