I am getting this error while restoring database:

An exception occur while excuting a Transact SQL statement or a batch
Error code: 3203.

How can I fix this?

link|improve this question
feedback

migrated from stackoverflow.com Sep 13 '11 at 9:52

This question came from our site for professional and enthusiast programmers.

1 Answer

make sure the DB you are restoring is the same version of the Backup file

try to create a DB with the same name and restore it. Make sure the otpion "overwrite on the existing db" is ticked

link|improve this answer
feedback

Your Answer

 
or
required, but never shown