Installing Small Business Server 2008 and SQL 2005 Part 2

So now that SBS 2008 is installed, we move on to installing SQL 2005.  Note that a version of SQL 2005 is already installed for a SBSMonitoring, so you are actually installing a DEFAULT server instance.

Before you do the install, however, you need to make a registry change per this link:
http://technet.microsoft.com/en-us/library/cc794697(WS.10).aspx

Installing SQL Server 2005

If you plan to install SQL Server 2005 on the original server running Windows SBS 2008, do the following before you run the installation.

  1. Click Start, click All Programs, click Accessories, and then click Run.
  2. Type regedit, and then click OK.
  3. At the User Account Control prompt, click OK.
  4. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Machines.
  5. Double-click OriginalMachineName, and then change the OriginalMachineName value name to the current server name.
  6. Click OK.

On the Instance Name page of the original server, do not select SBSMonitoring or Microsoft##SSEE as the instance name because the setup will not upgrade existing instances, which could result in Windows SBS 2008 functionality issues.

Also, you need to keep in mind that if this is a Domain Server machine, you cannot use the local system account for SQL Server, you need to use another account.

Lucky for me, these “hints” helped.  However, I wasn’t able to install the client tools during the original install.

I tried installing the client tools on my machine – a CLIENT, and I was also unable to install.  It turns out that this has to do with the fact that I had VS 2008 installed on my machine, which also had installed SQL 2005.  There is a method for handling this:

First go to Add/Remove Programs in Windows XP or Uninstall a program in Vista and select to uninstal SQL Server 2005. It will start the uninstall process but will let you choose what you want to uninstall. So select only workstation components. Uninstall them and then reinstall them from whereever you want. I had the same problem running SQL Server Management Studio Express and wanted to install the fully functional SQL Server Management Studio from SQL DVD and it was blocked. Removed everything from SQL Native client to workstation components, leaving only SQL Server 2005 database on the computer because I had online databases there. Install went on without a problem.

via this link: http://social.msdn.microsoft.com/Forums/en-US/sqlsetupandupgrade/thread/117454be-67c5-4458-8429-08eccd6f82f6

This worked on the client workstation – I’ll try it on the server next.

2 Responses

  1. Hi.
    Please confirm
    1. You had the SBS Premium box of discs
    2. You installed SBS 2008 and SQL 2005 on the same computer
    3. No virtualization software was used.

    Having same queries and also wondering about the CALs and where they are used.

  2. 1. Yes.
    2. Yes.
    3. No.

    I had to go through the install multiple times until everything was happy together. I hate the fact that SBS won’t join a domain (for good reason, I suppose). I haven’t yet run into any CAL issues that I’ve noticed.

Leave a Reply