This error tells you that the database being restored is already existing in the server. Use WITH REPLACE or Change the database Name which you are restoring.
RESTORE DATABASE YOURDATABASENAME FROM DISK='D:\YOURDB.BAK' WITH REPLACE
Wednesday, August 29, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment