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.