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 on 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!