|
Cheers for the help. Found out what the problem was. I didn't unistall SQL express when I installed it a while back. That caused problems as the installer thinks that SSMS is already installed when it isn't included in the Express edition. Found the answer on Technet:
----------------------------------------------------------------------------------------------------------------------------------------
DavidCat I hit this same problem where reinstalling did not work, but I think I found the problem. If there is a version of SQL Server Express already on the server (mine was installed by the Symantic (Viritas) SQL Backup program), the installer assumes the Workstation component is already installed because it sees the SQL Express Tools. But the express tools does not include management studio.
The first time I encountered this, I ended up downloading the advanced version of Express which has the express version of SQL Server Management Studio and installing it. But even that was problematic install with many frustrations.
Here is the problem--there is no way on the Add Remove programs to uninstall the express tools. You have to uninstall everything. Even that caused problems because the uninstall program errored out to the point that Add/Remove said all was ininstalled, but the SQL Install program said Workstation components were still installed.
This time I found something on Aaron Stebner's Weblog (http://blogs.msdn.com/astebner/archive/2005/07/01/434814.aspx)
that showed how to manually uninstall the Express Tools. I cannot give you the command because it involves a GUID that is likely unique to your installation. Download the tool he suggests and it will tell you the GUID to uninstall.
Mine was:
Microsoft SQL Server 2005 Tools Express Edition Product code: {2750B389-A2D2-4953-99CA-27C1F2A8E6FD}
and to ininstal I ran the command line:
msiexec /x{2750B389-A2D2-4953-99CA-27C1F2A8E6FD}
I think this is a major bug that Microsoft should address. If anyone is listening from Microsoft, please let us know how to report this bug and get an official fix or work around. When Standard version is installed when Express version is already installed, the workstation components should be upgraded to install the management studio tools.
Dave C. ------------------------------------------------------------------------------------------------------------------------------
Wish Microsoft would fix their bugs =).
This post has been edited by ssjaronx4: Nov 12 2007, 08:53 AM
--------------------
CompTIA: A+ Network+
MCP: Managing and Maintaining a Windows 2003 Enviroment (290) Implimenting and Maintaining Exchange 2003 (284)
MCTS: VISTA, Config (620), Exchange 2007, Config (236)
MCITP: Enterprise Support Technician (622) ___________________________________________________________________ Currently working on: 291 ___________________________________________________________________
|