Restore Problem SQL Server Version?

前端 未结 5 1251
渐次进展
渐次进展 2020-12-12 01:36

I am getting following error.

Restore failed for Server

I have recently upgraded SQL Server 2005 Express to SQL Server 2008 Express.

5条回答
  •  粉色の甜心
    2020-12-12 02:09

    You cannot restore a backup from a higher SQL Server version on a lower version - this has never been able in SQL Server.

    If you have a SQL Server 2008 backup, you can only restore that on a SQL Server 2008 (or later) machine - but not on a 2005 box. No trick, no workaround, no way to do it.

提交回复
热议问题