Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Simple as it sounds, i cannot upgrade SQL 8.00.760 SP3(2000 i assume) to SP4
I have downloaded the Service Packs but when i install nothing changes.....i have no idea about SQL so if there is something stupid that i am missing please don't hold back :-)
James
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
A few checklist items:
1. Check that the query you are firing against the database to determine the version is being executed against the correct instance, i.e. no aliases are defined. To do this, go to Programs -> Microsoft SQL Server -> Client Network Utility -> 'Alias' tab. There should not be any entries here
2. Did you reboot your SQL Server services (if possible, the OS) after installing SQL 2000 SP4?
3. SQL 2000 SP4 does not support WinNT 4.0. It would be great if you could share a bit of your hardware information
4. As told by "anesshattingal", have any errors been reported during the proess?
5. What query are you exactly firing against the server?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
SELECT SERVERPROPERTY('ProductLev
2. 3 times so far with 3 installs of SP4
3. No probs, Server 2003 SP1 sitting on an IBM X346 with Dual Xeons and a Gb of Mem
4. No errors, the Install appears to be fine, but when i open enterprise manager - navigate to my DB's, and choose properties, they are at SP3, when i try and install my new app it says i need SP4.
5. No Query, As above, just looking at properties
If of any use, this is where I got my Service pack files from
http://www.microsoft.com/technet/prodtechnol/sql/2000/downloads/default.mspx
As i mentioned, I am not too bad with servers, but SQL is foreign to me, it would not surprise me if i have missed something really obvious such as an update query or something like that, all i have done i run the .exe files
Query shows SP3

Get a FREE t-shirt when you ask your first question.
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
SQL Servers
ย -- ServerA
ย ย ย ย -- (local)(winnt) ย (Has version type)
ย ย ย ย -- Veritas Backup Exec (has version type)
ย there is no remote servers, this is a standalone DR server
So i take it that this mean I have one instance locally with two databases attached?






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
Ill give the points to clockwatcher as at least I now know the difference between an Instance and a DB...lol
Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.