InterviewSolution
Saved Bookmarks
| 1. |
Which of the following wizard provides creation logins on the destination server?(a) Copy Database(b) Move Database(c) Detach database(d) Attach databaseI have been asked this question in unit test.My question is from Transferring Database topic in portion Enterprise Data Management of SQL Server |
|
Answer» RIGHT choice is (a) COPY Database Explanation: The Copy Database Wizard lets you MOVE or copy databases and their objects EASILY from one server to another. |
|