I am attempting to restore a database at a development location from a backup made at the live site. I want to bring the development data into sync with the live data. However, when I attempt to restore the database from the data file:
I get the error:
Any advice on how to get this database up and running would be wonderful. Even if I have to create a new database. I just want the new data and structure.
Code:
restore database MyDatabase from disk='C:\temp\final.bak'
Code:
The database you are attempting to restore was backed up under a different sort order ID (52) than the one currently running on this server (54), and at least one of them is a non-binary sort order.