Import sql server backup from another server

Asked

Viewed 216 times

0

I can not import a backup (.Bak) in sql generated on another server, says that the database is not equal to what I am trying to import and tals, and I put the same name.

Does anyone know what might be going on?

  • Hello welcome to Sopt ! you could edit your question , and tell us more details ? you can start by including the error message that was displayed while trying to import for example .

1 answer

1

You are probably trying to restore a backup of a higher version on an SQL Server with lower version, for example, your backup is from SQL Server 2014 and you are trying to re-store in SQL Server 2008.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.