简体   繁体   中英

create a database in SQL Server 2014 can be mounted in SQL Server 2005?

在SQL Server 2014中创建数据库可以在SQL Server 2005中挂载吗?

If you have a DB in SQL SERVER 2014 (with data) and you want to restore in a SQL SERVER 2005 you need to "migrate" all data (tables, indexes, constraint, views, etc). A great tool to do that is Visual studio Data Tools. You can use Schema and Data Sync. It worked very well for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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