November 29, 2005 at 1:48 am
Morning everyone.
Can anyone tell me where to look , and what to look for information on when a SQL server had SP4 applied ?
Is there anything that would indicate a date and time to show this ?
Many thannks everyone.
November 29, 2005 at 2:12 am
hi
Version u can get from @@version
8.00.760 | SQL Server 2000 SP3 |
I think 8.00.2039 for Sp4
Regards
November 29, 2005 at 2:46 am
Hi Guys.
Here is the complete Sql server version.
@@version | Version and Service Pack |
---|---|
8.00.2039 | SQL Server 2000 with Service Pack 4 |
8.00.760 | SQL Server 2000 with Service Pack 3a |
8.00.760 | SQL Server 2000 with Service Pack 3. |
8.00.532 | SQL Server 2000 with Service Pack 2 |
8.00.384 | SQL Server 2000 with Service Pack 1 |
8.00.194 | SQL Server 2000 with no service pack applied |
Cheers
November 29, 2005 at 2:57 am
You can also take a look at the log file created during SP4 setup, which is %windir%\sqlsp6.log. It's very important for troubleshooting.
Regards
November 29, 2005 at 6:02 am
Just a little addition to that list from Diego. In order to distinguish between SP3 and SP3a (since the versions returned via @@version are the same for both), you can check the version for ssnetlib.dll. It will be 2000.80.766 in the case of SP3a and 2000.80.760 in the case of SP3.
November 29, 2005 at 6:37 am
Thanks for the info rsharma.
Have a nice day!
Diego
November 29, 2005 at 6:42 am
Thanks everyone , some good tips there.
November 30, 2005 at 4:39 am
What might also be useful is SELECT SERVERPROPERTY('ProductVersion') ( Output results to text as opposed to grid in Query Analyser ). Hope this is of use. Rgds Derek
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply