DEV Community

Amirhossein
Amirhossein

Posted on

Answer: The database 'xxx' cannot be opened because it is version 904

The error message in the problem statement occurs because the SQL Server database files (*.mdf, *.ndf and *.ldf) and backups are not backward compatible. Backward compatibility is why we cannot restore or attach a database created from a higher version of SQL Server to a lower version of SQL Server…

Top comments (0)