It has been really long time since I posted my last blog and even though I do intend to blog more often, i couldn’t do it as much as I would like. Anyways I will try my best to blog as often as I can.

In this post, I would like to mention small tips or changes which I observed when installing Denali (for those not familiar, Denali is the codename for SQL11) on my servers.

If you are installing Denali CTP3 on Windows Vista SP2 or Windows Server 2008 SP2, we need to manually install a couple of Standalone packages which are not already available with Denali setup files.

So before we launch the setup.exe ensure the following patches are installed on the  Windows server 2008 or Windows vista box.

a. Windows Powershell 2.0 which can downloaded from here
b. .Net 3.5 SP1 which can be downloaded from here

The supported OS for Denali is

Supported Operating Systems: Windows Server 2008 R2 SP1, Windows 7 SP1, Windows Server 2008 SP2, and Windows Vista SP2

All the above mentioned information you can obtain from following msdn reference

http://msdn.microsoft.com/en-us/library/ms143506(SQL.110).aspx

However the reason I am writing this post and to justify the above title for the post is the following screen when you launch the setup.exe

image

While we all of you know that when we launch the setup.exe from the sql server install media, the first step is to install setup support file which gets installed in the location
C:Program FilesMicrosoft SQL Server100(or 90)Setup BootstrapRelease following which  setup.exe is launched from the above mentioned location.

Starting SQL 2008, the setup support files can be patched.In other words, Let us say you install setup support files and you encounter a bug in the setup wizards steps. The bug prevents you from moving ahead in the installation hence the installation never completes. You will now have to manually  apply service pack even when the SQL Server is not actually installed and the service pack will patch the bug in the setup support files which will allow you to proceed ahead and install SQL Server RTM build. Following that you will now again apply service pack but this time to patch the sql server itself.

Another alternate approach is to use slipstreams to install sql 2008 where you will replace the setup.exe from that in the service pack. In Slipstream installation, the sql server itself will be installed with service pack and hence you don’t have to run service pack installation couple of time.

However in Denali, to automate the manual patching of setup.exe, the wizard initially does a scan using WSUS, to find if there is any latest build of setup.exe available, if yes, it will patch the setup.exe so we don’t have to patch the setup.exe manually.

However this is possible only if your server where you are installing Denali is connected to internet, if you are not connected to internet you have to follow the same procedure as mentioned above as in SQL 2008 which is to patch setup support file manually by downloading the patch or use slipstream.

If you want to skip and avoid the discovery of patches, you can use the new switch /UpdateEnabled=False introduced in command line setup.exe

More Info on this
http://msdn.microsoft.com/en-us/library/ms144259(v=SQL.110).aspx

A small tip but sometimes can save some time and hence I thought I should post this.

Parikshit Savjani
Premier Field Engineer, Microsoft

Similar Posts

Leave a Reply

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