As a part of your job, what are the DBCC commands that you
commonly use for database maintenance?



As a part of your job, what are the DBCC commands that you commonly use for database maintenance?..

Answer / swapna

DBCC CHECKDB, DBCC CHECKTABLE, DBCC CHECKCATALOG, DBCC
CHECKALLOC, DBCC SHOWCONTIG, DBCC SHRINKDATABASE, DBCC
SHRINKFILE etc.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Can we insert data into view sql server?

0 Answers  


What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>

5 Answers   247Customer,


What are different types of join?

0 Answers  


what is bit data type? and what are the information that can be stored inside a bit column?

2 Answers  


Which tcl commands are available on the sql server?

0 Answers  






How do I install only the client tools of sql server 2000?

0 Answers  


What is compound operators?

0 Answers  


What is the difference between createstatement and preparedstatement?

0 Answers  


Define compound operators?

0 Answers  


IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do

0 Answers  


How to check if a table is being used in sql server?

0 Answers  


What are the advantages of partitioning?

0 Answers  


Categories