SQL SERVER – 2005 – Two Important Security Update

If you are using SQL Server 2005, following two are very important security updates not to be missed. Please apply each security update as soon as you can.

SQL SERVER - 2005 - Two Important Security Update

Security Update for SQL Server 2005 Service Pack 2 (KB948108)

A security issue has been identified in the SQL Server 2005 Service Pack 2 that could allow an attacker to compromise your system and gain control over it.

Security Update for SQL Server 2005 Service Pack 2 (KB948109)

A security issue has been identified in the SQL Server 2005 Service Pack 2 that could allow an attacker to compromise your system and gain control over it.

How I Apply a Security Update to SQL Server

Security fixes are the updates I never like to leave waiting, but I also never install them blind. A patch that stops a production server at the wrong moment causes its own outage. So I follow the same simple routine every time:

  • Read the support article first. It tells you which builds the fix applies to, whether a restart is needed, and any known issues.
  • Check the current build with SELECT @@VERSION, so you know the patch fits your server.
  • Install it on a test server with the same version and service pack, and run your usual jobs and reports against it.
  • Take full backups of the user databases and of the system databases master, msdb and model before you patch production.
  • Plan a maintenance window and tell the users. The install restarts the SQL Server service.
  • After the install, run the version query again and confirm the build number changed.

These two fixes were for SQL Server 2005 Service Pack 2, which is long out of support, and there are no new fixes for it. If you still run SQL Server 2005, the only real protection is to upgrade to a supported version. For current versions, Microsoft releases security fixes and cumulative updates on a regular basis, and the routine above works for all of them.

I also keep a simple log of every patch: the date, the server, the build before and after, and who installed it. When something odd happens a week later, that log is the first place I look.

Published by Pinal Dave on SQLAuthority. More of my work at pinaldave.com.

SQL Download, SQL Server Security
Previous Post
SQL SERVER – 2008 – Two Convenient Features Inline Assignment – Inline Operations
Next Post
SQL SERVER – 2008 – User Account – sa or sysadmin

Related Posts

3 Comments. Leave new

  • Rama Mathanmohan
    July 20, 2008 4:14 am

    Is both of this update comes part of update 8 for SQL 2005 SP 3 ?

    Reply
  • Rama Mathanmohan
    July 20, 2008 4:21 am

    Sorry I mean update 8 for SQL2005 SP2

    Reply
  • Imran Mohammed
    July 25, 2008 10:36 am

    Hello Pinal Dave,

    Thanks for this information.

    Can you please give some more information about the updates on Security patches and hotfixes.

    I will be applying Security packs on SQL Server for 7.0, 8.0 and 9.0 tomorrow,

    I am sure we already have
    1. sp4 for 7.0
    2. Sp4 for 8.0
    3. Sp2 for 9.0 ( plus two more security patches, you gave)

    Since I came to know about these security patches from your post, can you please update if there are any security patches that has to be applied after we install SP4 on 7.0 and 8.0.

    Thanks for taking out time.

    Thanks,
    Imran.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.