Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSDE SP3 install
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00750756
Message ID:
00750761
Vues:
27
Some additional information...I've spent considerable time this week undoing stuff from the MSDE SP3 install that one of our testers had run. Do not just run Setup.EXE as it will install a new instance of MSDE. You need to provide some command line switches to actually apply SP3.

If you are running the default instance, use:
setup /upgrade SQLRUN /L*v c:\MSDEsp3.txt
If you are running a named instance of MSDE, named "MyMSDE", use:
setup /upgrade SQLRUN /L*v c:\MSDEsp3.txt INSTANCENAME=MyMSDE
This is for MSDE only. All other versions of SQL Server 2000 upgrade directly from SP3's Setup.EXE.


>For anyone who doesn't already know this:
>
>If you have an existing MSDE instance that was installed with the defaults, the password for the SA login is blank. When you try to upgrade this with SP3, it will fail, because it enforces password security by default. While there is a flag to turn this behavior off, a better solution is to set the password for MSDE. You can do this with the following command.
>
>
osql -E -Q"sp_password @new='myNewPassword', @loginame='sa'"
>
>(BTW, _please_ don't use that line as it is. That password is almost as bad as blank. :-) )
>
>The -E flag means to use a Trusted Connection (using Windows login security), and the -Q is the string that is sent to MSDE. If you have an existing password, it looks like:
>
>
osql -E -Q"sp_password @old='myOldPassword', @new='myNewPassword', @loginame='sa'"
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform