MSDE - Knowledge Base Archives - Hivelocity Hosting https://www.hivelocity.net/kb/tag/msde/ Dedicated Servers, Private Cloud & Colocation Thu, 07 Dec 2023 14:01:19 +0000 en-US hourly 1 https://wordpress.org/?v=6.6 Patch MSDE with the SQL SP4 update https://www.hivelocity.net/kb/how-to-patch-msde-with-the-sql-sp4-update/ https://www.hivelocity.net/kb/how-to-patch-msde-with-the-sql-sp4-update/#respond Sun, 14 Nov 2010 11:09:30 +0000 https://kb.hivelocity.net/?p=2404 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 …

Patch MSDE with the SQL SP4 update Read More »

The post Patch MSDE with the SQL SP4 update appeared first on Hivelocity Hosting.

]]>
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.

The post Patch MSDE with the SQL SP4 update appeared first on Hivelocity Hosting.

]]>
https://www.hivelocity.net/kb/how-to-patch-msde-with-the-sql-sp4-update/feed/ 0