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

Create Index myIndex On myTable(myColumn) What type of Index will get created after executing the above statement

3 Answers  


What is data source object?

0 Answers  


What is exporting utility?

0 Answers  


What is the ‘fillfactor’?

0 Answers  


there is a table having two columns no and name and the data is 1 A 2 B 3 C write a query that will result a horizontal output A,B,C

9 Answers   tdfc, vsworx,






What is model database in sql server?

0 Answers  


What is PROJECTION Operation?

0 Answers   Infosys,


Why should we go for stored procedures? Why not direct queries?

0 Answers  


What is the difference between clustered and a non-clustered index?

0 Answers   NA,


please differentiate between delete and truncate?

0 Answers  


How many types of cursors are there in SQL Server?

5 Answers   247Customer, CarrizalSoft Technologies,


What is a document index?

0 Answers  


Categories