Restore a SQL Server 2000 backup on SQL Server 2012

梦想与她 提交于 2019-11-27 13:54:22

You are trying to restore a SQL Server 2000 database on SQL Server 2012. This is not supported.

You will need to restore your database on an instance of SQL Server 2005, 2008 or 2008 R2 first, then back it up from there, then restore the new backup on SQL Server 2012. Microsoft explains this here.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!