InterviewSolution
Saved Bookmarks
| 1. |
When Does Error 3154 Occur? |
|
Answer» The error comes when you are TRYING to restore the DB which ALREADY exists. USE WITH REPLACE OPTION to restore the DB with a different database name. The error comes when you are trying to restore the DB which already exists. Use WITH REPLACE option to restore the DB with a different database name. |
|