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

Difference b/w Clustered & non-clustered index? Not the bookish definition, but how they internally works in SQL Server?

1 Answers   United Healthcare,


What is the difference between primary key and unique constraints?

0 Answers  


How can we solve concurrency problems?

0 Answers  


What is oltp (online transaction processing)?

0 Answers  


What are the main sources of data?

0 Answers  






Explain about local stored procedure?

0 Answers  


Describe how to use linked server?

0 Answers  


Can another user execute your local temporary stored procedures?

0 Answers  


What are the recovery models in sql server 2000?

0 Answers  


How to generate create view script on an existing view?

0 Answers  


What is the size of transaction log file?

0 Answers  


Mention a few common trace flags used with sql server?

0 Answers  


Categories