Posted by: jwalin on: February 18, 2009
In my machine, I missed “SQL Server Business Intelligence Development Studio”. So I want to reinstall it.
I missed the SQL Server Business Intelligence Development Studio as I installed the SQL server before Visual Studio installed…
If you don’t find any entry for Visual Studio go to the location for SQL Server setup and run
<CD/DVD Drive>\Tools\Setup\vs_setup.exe. This will install the VS Shell.
This will run in slient mode so wait for message. After this is installed repair the BI Studio installation by running the following from the command line from the <CD/DVD Drive>\Tools directory:
start /wait setup.exe /qb REINSTALL=SQL_WarehouseDevWorkbench REINSTALLMODE=OMUS
And you can see SQL Server Business Intelligence Development Studio is installed successfully ….
Happy Programming !!!