InterviewSolution
Saved Bookmarks
| 1. |
Syntax for creating database snapshot in SQL Server is _______________(a) DROP DATABASE [snapshottest];(b) DELETE DATABASE [snapshottest];(c) DROP Snapshot [snapshottest];(d) None of the mentionedThe question was asked at a job interview.The doubt is from Database Snapshots topic in division Enterprise Data Management of SQL Server |
|
Answer» The correct ANSWER is (a) DROP DATABASE [snapshottest]; |
|