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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is the difference between HAVING clause and the WHERE clause?

7 Answers  


What’s the distinction between dropping a info and taking a info offline?

0 Answers  


What do you understand by replication in sql server?

0 Answers  


Define master database?

0 Answers  


After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?

0 Answers   Cognizant,






How to create a view on an existing table in ms sql server?

0 Answers  


Why use identity in sql server?

0 Answers  


What are the advantages of paper records?

0 Answers  


How to insert data into an existing table?

0 Answers  


To find second largest salary in Employee table

17 Answers   CSS,


What does COMMIT command do?

0 Answers   Amdocs,


Can we write ddl in trigger?

0 Answers  


Categories