Thu, Jul 17 2008 0:17
bradley
Patching this month SBS 2003 sp2 standard
Let's review again.
1. On servers turn off auto updates (But Susan? You the patchaholic telling us to turn off auto updates?) On a server you bet your little bippie. I want to patch on MY schedule not Microsoft's. This month I'm even taking the precaution of manually using Microsoft Update and not Shavlik because I want to ensure the right patches come down.
2. Again, I'll say it before, I'll say it again. Do the SQL patches one at a time. Untick everything else and just bring down one, then another.

I patched SBS Monitoring, SharePoint and WSUS instances on this box. I have no BackupExec, or ISA on this particular box. Be careful with LOB apps that use SQL you may need to know (or reset) the SA password.
When I look in the services I have SBS Monitoring on MSDE, SharePoint on WMSDE and WSUS on Windows Internal Database (WSUS 3 sp1)
How to identify your SQL Server version and edition:
http://support.microsoft.com/kb/321185/
First up let's confirm what SBS Monitoring file version is:
On a bog standard SBS 2003 box, go to C:\Program Files\Microsoft SQL Server\MSSQL$SBSMONITORING\Binn
Find the sqlserver.exe file, right mouse click and look at the properties:
2000.080.2050.00 Hotfix 2273

Next SBS SharePoint on WMSDE
C:\Program Files\Microsoft SQL Server\MSSQL$SHAREPOINT\Binn
2000.080.2050.00 Hotfix 2273

Now you are going to love this.. I couldn't figure out where on the server the Windows Internal Database was located so I did the trick of looking at the properties of the Services.
Look under Windows Internal Database,
C:\WINDOWS\SYSMSI\SSEE\MSSQL.2005\MSSQL\Binn\sqlservr.exe -sMICROSOFT##SSEE

AH HA there it is, remember look for that BINN folder

And this time we have a different number because it's on the 2005 series of SQL Server
2005.090.3068.00

This grid helps a bit to narrow it down as to what we use to have and what ranges we should expect to be patching from.

Generally speaking most of us are on the GDR branch
So for MSDEs (SBS Monitoring), WMSDE (SharePoint on Standard) you will be patching from build version .2039 and patching it up to .2050
For Windows Internal Database (WSUS) you will be patching from .3042 to build .3068
But if you want to manually confirm that all your SQLs are SQLing as they should be, there's an overview of how to tell what build they are on.
Filed under: Security