InterviewSolution
Saved Bookmarks
| 1. |
Which of the following checkpoint has ‘recovery interval’ less than zero?(a) Automatic(b) Direct(c) Indirect(d) All of the mentionedThis question was posed to me during an internship interview.My doubt stems from Working With Transaction Log in section Performance Tuning and Optimization of SQL Server |
|
Answer» CORRECT option is (a) Automatic The explanation is: Automatic checkpoints whose TARGET recovery interval is SPECIFIED by the USER defined SETTING of the sp_configure recovery interval option. |
|