Home
Products
Services Support Company Contact
 
MSDE 2000 & SP4......
This page has been created to help you when out on client site or away from the office.

When installing MSDE 2000 you must do both parts as detailed below and upgrade MSDE 2000 to Service Pack 4.

If in any doubt, call me! Giles


MSDE 2000

STEP 1: Installing MSDE 2000
Download MSDE 2000 (Access's Version - incl. SP2) : Click Here

Unzip and install (following the instructions)
i.e. deciding if the install needs a new instance name and what the "sa" password should be set to.

MSDE will not automatically start. Go to Service Manager and click on the Green Arrow to start MSDE.

STEP 2: Installing MSDE2000 Service Pack 4
Download MSDE 2000 - Service Pack 4 : Click Here

Unzip the file which contains an EXE - Save this file to your desktop
Run the EXE and allow the Service Pack installation files to be saved into the default folder i.e. C:\SQL2KSP4
Go to a Command Prompt i.e. Start >> Run >> CMD
Type in : cd C:\SQL2KSP4\MSDE

Next type in one of the following at the command prompt depending on the install required. Obviously replace saPassword with the correct sa password for MSDE you are upgrading :

For a default instance that uses Windows Authentication and has its network protocols disabled, execute:
setup /upgradesp sqlrun /L*v C:\MSDELog.log

For a default instance that uses Windows Authentication and has its network protocols enabled, execute:
setup /upgradesp sqlrun DISABLENETWORKPROTOCOLS=0 /L*v C:\MSDELog.log

For a named instance that uses Windows Authentication and has its network protocols disabled, execute:
setup /upgradesp sqlrun INSTANCENAME=InstanceName /L*v C:\MSDELog.log

For a default instance that uses Mixed Mode Authentication and has its network protocols disabled execute:
setup /upgradesp sqlrun SECURITYMODE=SQL UPGRADEUSER=sa UPGRADEPWD=saPassword /L*v C:\MSDELog.log

For a named instance that uses Mixed Mode Authentication and has its network protocols disabled execute:
setup /upgradesp sqlrun INSTANCENAME= InstanceName SECURITYMODE=SQL UPGRADEUSER=sa UPGRADEPWD=saPassword /L*v C:\MSDELog.log

Line breaks were included in these examples for readability. Commands must be executed without line breaks.

Normally for an upgrade you will use the Mixed Mode Default Instance upgrade command which is
setup /upgradesp sqlrun SECURITYMODE=SQL UPGRADEUSER=sa UPGRADEPWD=saPassword /L*v C:\MSDELog.log

Original Microsoft Links (if above links do not work)
MSDE 2000 SP4 - Microsofts Complete Installation Details
MSDE 2000 - Serice Pack Download Page

2004 © Polestar (Solutions) Ltd. All rights reserved.