开发者

How to copy a MSDE database to SQL Server 2008 Express?

We have a client environment that has MSDE. We're looking to install SQL Server 2008 Express on the clients but must retain MSDE for other applications.

Assuming both MSDE and SQL Server 2008 Express exist o开发者_如何学编程n a single machine what options are available to copy a database from MSDE to SQL Server 2008?

Suppose that MSDE may or may not be upgrade to SP4.

Once moved the database can be removed from MSDE. It's a one-time move.

Thanks!


Suppose that MSDE may or may not be upgrade to SP4.

The SP4 requirement is only for in-place instance upgrade. For a side-by-side deployment and a detach-attach upgrade, SP4 is not required. All SQL 2000 SPs/RTM MSDE databases have the same physical format (v. 539, see this Q&A) so you can attach them to your SQL 2008 instance irrelevant of SP4 presence.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜