He worked with the database, when suddenly an error popped up. Deleted the database, downloaded from the backup, launched, again the error crashed. Recreated DB, after the data transfer, an error again took off.

The database ... cannot be opened because it is version 782. This server supports version 655 and earlier. A downgrade path is not supported. Could not open new database .... CREATE DATABASE is aborted. Auto-named database for file ... failed. Cannot be opened, or it is located on the UNC share. "

magic...

    1 answer 1

    A backup was made / the database was created on SQL Server 2014. You are trying to raise / attach it to SQL Server 2008. This is impossible.

    Put an instance of the 2014th, and lift a backup on it.

    • Backed up in an hour. On a single SQL Server. - LEgXr
    • @LEgXr version of SQL Server what? - PashaPash