InterviewSolution
Saved Bookmarks
| 1. |
What options did ALTER DATABASE statement add?(a) DATABASE SNAPSHOT syntax(b) ATTACH_REBUILD_LOG clause(c) DB_CHAINING option(d) READ_COMMITTED_SNAPSHOTI got this question by my college professor while I was bunking the class.The above asked question is from Data Definition Language topic in division Creating the Physical Database Schema of SQL Server |
|
Answer» RIGHT OPTION is (d) READ_COMMITTED_SNAPSHOT For explanation: ALTER DATABASE is used for INSTANT file initialization when adding or growing DATA files. |
|