|

10-18-2006, 10:09 AM
If you are sticking with MSDE then download MSDE200a from Microsoft, unpack the setup files and then run the following from the command line in the folder you unpacked to:
setup SAPWD="YourPassword" UPGRADE=1
If you have a blank sa password in MSDE 7 then you need to specify a password in order to do the upgrade. If you have an sa password set then use it in the command above.
This will upgrade the database engine and retain your current BESMgmt database.
|