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 Drop and Truncate

20 Answers   GT Nexus, IBM,


I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000

17 Answers   HCL, IBM,


How do you Implement SSIS Packages in your Project?

0 Answers  


Difference between: - Delete & Truncate - Table & View - Constraints & Triggers

1 Answers   United Healthcare,


What is blocking and how would you troubleshoot it?

3 Answers   HCL,






What is difference between rownum and row_number?

0 Answers  


List all types of constraints in sql server?

0 Answers  


What is an Index?

3 Answers   Yardi Software,


How to create a store procedure with encryption?

0 Answers  


How to enter binary string literals in ms sql server?

0 Answers  


Explain error handling in ssis?

0 Answers  


What are the source of constraints?

0 Answers  


Categories