简体   繁体   中英

sql server 2008 r2 database downgrade

有没有一种方法可以降级在SQL Server 2008 R2上创建的数据库,以便在旧版本的SQL Server 2008(RTM / SP1)上工作。

No. There is no way to downgrade a database once it was upgraded. You can only extract all the tables and all the data and import them into an RTM/SP1 database.

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