Database Knowledge Base

Email to friend
* Your name:
* Your email:
* Friend's email:
Comment:


Can you give me some DBCC command options?

(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.



RSS