Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

Patch MSDE with the SQL SP4 update

This article assumes you are running the following configuration in MSDE:
– mixed mode authentication
– network protocols enabled

Download the MSDE SP4 installer:

https://www.microsoft.com/downloads/info.aspx?na=46&p=6&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=8e2dfc8d-c20e-4446-99a9-b7f0213f8bc5&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f1%2fb%2fd%2f1bdf5b78-584e-4de0-b36f-c44e06b0d2a3%2fSQL2000.MSDE-KB884525-SP4-x86-ENU.EXE&oRef=http%3a%2f%2fwww.google.com%2fsearch%3fhl%3den%26q%3dms%2bsql%2bsp4

1. Open a command prompt.

2. From the command prompt, use the cd command to navigate to the folder that contains the MSDE 2000 SP4 setup utility:

cd c:\MSDESP4Folder\MSDE

where c:\MSDESP4Folder is either the path to the folder into which you extracted the MSDE 2000 SP4 files, or the MSDE 2000 SP4 folder on the SQL Server 2000 SP4 CD.

3. Execute the following commands:

setup /upgradesp sqlrun DISABLENETWORKPROTOCOLS=0 SECURITYMODE=SQL UPGRADEUSER=sa UPGRADEPWD=sa_password /L*v C:MSDELog.log

where sa_password is the current sa password for your MSDE installation.

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: [email protected]. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...