Hi i am trying to upgrade the service pack sp3 to sp4 on my sql server 2000 database and i have downloaded the sp4 files from microsoft which are as follows
SQL2000-KB884525-SP4-x86-ENU.EXE
SQL2000.MSDE-KB884525-SP4-x86-ENU.EXE
SQL2000.AS-KB884525-SP4-x86-ENU.EXE
i stoped the SQL services and executed the above files with a thought that it will upgrade to SP4,
after turnning on the services of SQL server i tried to check if the service pack is upgraded by running the follwoing queries
SELECT SERVERPROPERTY('productversion')
SELECT SERVERPROPERTY('productlevel')
it still showing the old version which is
8.00.760 , SP3
i am wondering did i miss any part or do i have to run the above files in some specific sequence,
any kind suggestions will be highly appreciated
thanks