提問者
無法從 SQL Server 2008 R2 Standard Data restore to SQL Server 2008 Standard

問題
-
- 我買了 SQL2008 R2 版 和 SQL2008 版 做 server, 但 SQL2008 R2 版本 backup data 後, 無法 restore 去 SQL2008 版本.
- Error message : System.Data.SqlClient.SqlError: The database was backed up on a server running version 10.50.1600. That version is incompatible with this server, which is running version 10.00.2531. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.Smo)
請問我可以怎麼辦? Thanks.
所有回覆
-
You can use either one of the following handy tools under your Microsoft SQL Server 2008 (/R2) program folders, that can help to import/export data.
- Import and Export Data
- SQL Server Business Intelligence Development Studio (BIDS)
>> New Project
>> Business Intelligence Projects
>> Integration Services Project
-- Martin POON -- Software Architect -- SQL Server MVP, MCTS, MCITP ~~ http://msMVPs.com/blogs/MartinPOON -
你好
如果你還有SQL2008 R2 和 SQL2008 的話
可以嘗試使用 SSIS 的 Transfer SQL Server Object Task 來把DataBase Object copy from SQL2008 R2 ro SQL2008
詳情可以參考以下URL
Please correct me if my concept is wrong
Chi