Version error while attaching database sql server

2

I'm trying to attach a database from a .mdf file generated by Visual Studio, at the time I created the identity database, however I'm trying to attach that database to sql server and it's giving a mismatch error. version

How do I attach this bank?

  

Obs; I have already updated my sql server and it has not resolved.

    
asked by anonymous 16.08.2016 / 15:53

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.

    
30.01.2017 / 17:32