As a part of your job, what are the DBCC commands that you
commonly use for database maintenance?
Answer Posted / 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 View All Answers
What are the instances when triggers are appropriate?
How to list all field names in the result set using mssql_field_name()?
What are various aggregate functions that are available?
How to check parameter value in stored procedure sql server?
How do I determine how many instances of sql server are installed on a computer?
What is report snapshot?
What do you know about system database? : SQL Server Architecture
How exceptions can be handled in sql server programming?
What command would you use to add a column to a table in sql server?
How many types of cursor type are there?
What is the synonym of join?
What is “asynchronous” communication in sql server service broker?
How to get the definition of a stored procedure back?
How do you manipulate data?
What are magic tables in sql server?