February 9, 2009 at 3:19 pm
how can I see if my sql server is having the latest greatest patches ?
February 9, 2009 at 3:27 pm
select @@version
it's a very long result with the service pack info at the end....
February 9, 2009 at 3:43 pm
Microsoft SQL Server 2000 - 8.00.2050 (Intel X86) Mar 7 2008 21:29:56 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.2
(Build 3790: Service Pack 2)
this is what I see .. does it mean I have the latest patch applied ? what build or version number is the latest ?
February 10, 2009 at 10:07 am
sp 4 is the latest for sql 2000
February 10, 2009 at 1:48 pm
so is this security path including in SP4 and I dont need to worry about it ?
Security Update for SQL Server 2000 Service Pack 4 and MSDE 2000 (KB960083)
February 10, 2009 at 5:53 pm
check here this is an excellent place for patches and dates
http://www.sqlsecurity.com/FAQs/SQLServerVersionDatabase/tabid/63/Default.aspx
-D
DHeath
February 11, 2009 at 10:00 am
Check the release dates. The security patch needs to be applied after sp4 is applied
February 11, 2009 at 10:55 am
thanks that link was very usefull , just the right info I needed
February 11, 2009 at 11:08 am
if SP4 is seperate from security patches how do I know if that security patch is applied to the database or not ? this puts me back to squre one :
based on the information below can I see if the latest security patch has been applied or not? knowing that 8.00.2050 means SP4 .
Microsoft SQL Server 2000 - 8.00.2050 (Intel X86) Mar 7 2008 21:29:56 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 2)
February 11, 2009 at 12:05 pm
Security Update for SQL Server 2000 Service Pack 4 and MSDE 2000 (KB960083)
This patch is specifically for sp4. Technically since you don't have service pack 4, you don't need this patch...however, you do need to get your service pack level updated simply because this is a best practice. Once you apply sp4, you will then need to run the KB960083 patch. Patches and service packs all work together.
February 11, 2009 at 2:33 pm
hi Bob !
you said 'I dont have service pack4' but I do have SP4 , if I check the database properties it says SP4 ?
February 11, 2009 at 2:34 pm
and let me put the question in this way : If I have SP4 applied how can I see if KB960083 patch has been applied or not ?
February 11, 2009 at 2:45 pm
Microsoft SQL Server 2000 - 8.00.2050 (Intel X86) Mar 7 2008 21:29:56 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.2
(Build 3790: Service Pack 2)
this is what I see .. does it mean I have the latest patch applied ? what build or version number is the latest ?
According to your previous post you have service pack 2 applied. However, if you have a server with service pack 4 and you want to verify that this update has been applied you can compare the file versions on your server to the files listed here:
http://support.microsoft.com/?kbid=960083
Also you can attempt to run the patch. Normally if it's already installed, the patch program will tell you. This is something I would do only on a non production database though.....
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply