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 |
What are the benefits of using stored procedures over sql statements?
Does partitioning ssd reduce performance?
what is extended StoreProcedure ?
Differentiate between mongodb vs. Sql server?
What is the name of the Database which IBM mainframe uses?
what is the order of execution of where,having,group by in select stement
6 Answers IBM, Tanla Solutions,
What is standby servers? Explain types of standby servers.
if a parameter is not send to a stored procedure what type of identifier is to be used in Stp and if that parameter is not feed to the a query inside the Stp how to validate with out useing IF condition
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
Is foreign key unique?
How to rename databases in ms sql server?
write coding for importing sql data into a word excel...