简体   繁体   English

将SQL Server数据库2012迁移到2014

[英]Migrate SQL Server database 2012 to 2014

I have database that runs on SQL Server 2012. Now I need to move this database to new PC and run it on SQL Server 2014. 我有在SQL Server 2012上运行的数据库。现在我需要将此数据库移到新PC上并在SQL Server 2014上运行。

What is the best way to do it? 最好的方法是什么? I far as I understood it is not possible to backup in 2012 and restore to SQL Server 2014. 据我了解,不可能在2012年进行备份并还原到SQL Server 2014。

Yes, you can restore a SQL Server 2012 backup into a SQL Server 2014 instance. 是的,您可以将SQL Server 2012备份还原到SQL Server 2014实例中。 See here . 看这里

Please note, you cannot go the other way - you cannot restore a SQL Server 2014 backup into a SQL Server 2012 instance. 请注意,您不能采用其他方法-无法将SQL Server 2014备份还原到SQL Server 2012实例中。 See here . 看这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM