Importing backup of sql server from another server

0

I can not import a backup (.bak) into the sql generated on another server, it says that the database is not the same as the one I'm trying to import and tals, and I put the same name.

Does anyone know what might be happening?

    
asked by anonymous 16.04.2016 / 02:07

1 answer

1

You are probably trying to restore a higher-level backup on a lower-level SQL Server, for example, your backup is from SQL Server 2014 and you are trying to restore in SQL Server 2008.

    
05.01.2017 / 12:41