Jens K. Suessmeyer
http://www.sqlserver2005.de
|||Thanks for the reply. The error tells me the restore failed for the following reason;
System.Data.SqlClient.SqlError: The backup set holds a backup of a database other than the existing 'TestData' database.
In considering this, I realized that I failed to create all of the tables located in the original database. Could that be the problem?
|||I solved my own problem. In thinking about my options, I remembered this from a long ago project. I moved the .mdf and .ldf files into the MSSql\Data folder on the computer with Sqlserver Express. Then I Attached the database by pointing at the .mdf file. I now have my complete database on SqlServer Express. Thanks.
No comments:
Post a Comment