Some SQL Server 2005 builds you may have missed (update: 2006-12-20)
Now that SQL Server 2005 is over a year old (what a big boy you are!), the beta builds are irrelevant, but the post-RTM builds fix some issues that may be quite important to you. If you want database mirroring, for example, this feature was not supported until SP1.
What follows is the list of builds since the latest entry at the URL above. If you're familiar with these build numbers, you probably know the drill — run SELECT @@VERSION; and if you don't recognize the build number returned (RTM is 9.00.1399.06; SP1 is 9.00.2047), then it will hopefully be in one of these two lists.
better source:
Microsoft SQL Server 2005, 2000 and 7.0 Builds:
http://SQLServerBuilds.blogspot.com
Well, I think (2) is only required if you are suffering from a symptom that is fixed by the specific hotfix, and you have talked it over with PSS.
In general, hotfixes are not fully and thoroughly regression tested with the rigor that is applied to fully released service packs and cumulative hotfix packages.
So, you shouldn't just apply the latest hotfix, simply because it exists. Hotfixes are meant to fix specific problems, and should only be used once they have been tested and proven in a real world environment (read: not your desktop) to both fix the existing issue, and to not cause any others.
Aaron so the process is
1) Apply latest Service Pack
2) Apply latest hot fix from the list.
If the latest hot fix has some requirements of previous hot fixes it will throw an error and then you can apply the one listed in the error message before applying the latest.
Thanks
Ashish
Most hotfixes and service packs are cumulative. There are a few exceptions; for example, in SQL Server 2000, there was an update to the hotfix installer (I forget which build #) which was required for all subsequent updates. And I would definitely consider installing the latest full and released service pack, in 2000 or 2005, before applying a later hotfix (because I am not 100% confident that all hotfixes are designed to be applied directly to RTM).
Since most non-general-release hotfixes require a conversation with Product Support Services, in those cases, you should talk with them about your current build # and whether it will require any other preparation before applying the hotfix.
Does new build will contains all the previous build?
I mean can I install the the latest build from the list and all the previous patches will automatically will be applied.