1.

________ logging is not supported for memory-optimized tables.(a) Full(b) Minimal(c) Bulk(d) None of the mentionedI got this question in an online quiz.This is a very interesting question from Working With Transaction Log in chapter Performance Tuning and Optimization of SQL Server

Answer»

The correct choice is (B) MINIMAL

To ELABORATE: Minimal logging involves logging only the information that is required to RECOVER the transaction without SUPPORTING point-in-time recovery.



Discussion

No Comment Found

Related InterviewSolutions