InterviewSolution
Saved Bookmarks
| 1. |
When You Get Following Error? Error 3154: The Backup Set Holds A Backup Of A Database Other Than The Existing Database? |
|
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 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 name |
|