DOWNGRADE SQL Express 2005 to MSDE

  • I have a new client who's previous consultant upgraded one of their databases from MSDE to SQL Express. This has caused some problems within the application this database is the backend for.

    I need to find a way to downgrade the SQL Express 2005 to the old MSDE. Is this possible?

  • Script the db on 2005, recreate it on 2000 (make sure evertyhing still works in the sps, views, etc).

    Import the data from the old server to the new one.

    There's nothing out of the box that will do that for you.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply