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?
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?
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.