1.

Which of the following is used to Validate the database objects?(a) DBCC SHOWCONTIG(b) DBCC CHECKDB(c) DBCC CATALOG(d) None of the mentionedThe question was asked in an interview.My query is from Database Maintenance in chapter Enterprise Data Management of SQL Server

Answer»

Right ANSWER is (b) DBCC CHECKDB

Explanation: DBCC CHECKDB is supported on databases that CONTAIN memory-optimized TABLES but VALIDATION only OCCURS on disk-based tables.



Discussion

No Comment Found

Related InterviewSolutions