When installing VMware vCenter 5 with the default database engine (Microsoft SQL Server Express 2008 R2) the SQL Management Studio is not installed by default. It can be confusing to add SQL Management studio at a later time. Here are the steps explained:
1. Download Microsoft SQL Express 2008 R2 (can be found here) or browse the vCenter installation ZIP or ISO. The installation package can be found in the “\redist\SQLEXPR” folder.
2. Select “New Installation or add features to an existing installation”.
3. Select “New installation or add shared features”.
– Only select “Management Tools – Basic”.
When the installation is completed you see the “SQL Server Management Studio” listed under the start menu.
Important to know is that you need exactly to follow these steps. If you choose the wrong option and use the back button the “Management Tools – Basic” isn’t listed anymore. Strange….
Hi Ivo,
Thanks for the article. Just building a Lab and noticed that there are two packages of SQL 2008 R2 Express. The one on the vCenter 5 DVD doesn’t have the management tools, you need to download it (74meg vs 235meg).
Look for “SQL Server 2008 R2 Express
64-bit Database and Management Tools”
Mike
Thanks Michael for mention!
I needed to do this today in order to empty various tables used by vSphere 5.5.
You can download SQL Server 2008 R2 Express from here:
https://www.microsoft.com/en-us/download/details.aspx?id=30438
There’s a bunch of downloads. Here’s what the file naming really means:
SQLEXPR – SQL Server Express
ADV – with Advanced Services (reporting services)
WT – with tools
_x64 – 64 bit
_x86 – 32 bit
I grabbed SQLEXPRWT_x64_ENU.exe (~ 350MB). The installer throws a .NET exception error on Server 2012 – just click the little red X on the top right of the exception dialog to allow the installation to proceed.
Otherwise delete the user.config file to stop the .NET exception … %USERPROFILE%\AppData\Local\Microsoft_Corporation\LandingPage.exe_StrongName_ryspccglaxmt4nhllj5z3thycltsvyyx\10.0.0.0\user.config
Then you can proceed with your procedure as detailed above to install SQL Server Management Studio.