Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Package 'Microsoft SQL Management Studio Package' failed to load. In SQL Server Management Studio

I had installed SQL Server 2008 R2, the installation was succesful. But I can't open the Management Studio because this error is shown:

Package 'Microsoft SQL Management Studio Package' failed to load.

Any idea? Thanks.

enter image description here

like image 698
Yaz Avatar asked Apr 05 '11 17:04

Yaz


People also ask

How do I repair Microsoft SQL Server Management Studio?

Launch the SQL Server Setup program (setup.exe) from SQL Server installation media. After prerequisites and system verification, the Setup program will display the SQL Server Installation Center page. Click Maintenance in the left-hand navigation area, and then click Repair to start the repair operation.

How do I open SSIS package in SQL Server Management Studio?

Click Start, point to All Programs, point to Microsoft SQL Server, and then click SQL Server Management Studio. In the Connect to Server dialog box, select Integration Services in the Server type list, provide a server name in the Server name box, and then click Connect.

Can not connect with SQL Server Management Studio?

Check to see if allow remote connections for this server is enabled. In SSMS, right click on the instance name and select Properties. Go to the Connections tab and make sure Allow remote connections to this server is checked. If you need to make a change, you must restart the SQL Server instance to apply the change.


2 Answers

Before re-installing software etc, you might just perform the following simple check.

Right click on the short-cut you use to launch SQL Server Management Studio, then ensure that Start in is set to the same PATH as Target

e.g. if Target is set to

C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe

then Start in should be set to the same path (minus the filename) i.e.

C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\

(On a PC which I was given at work, 'Start in' was blank and this gave the same error as reported in the above posts.)

like image 179
Karthick Selvam Avatar answered Sep 28 '22 03:09

Karthick Selvam


You need to rename or delete the Registry Key for,

HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server

Read in detail on :

http://blog.dotsmart.net/2012/01/04/solution-for-package-microsoft-sql-management-studio-package-failed-to-load/

like image 37
Shaikh Farooque Avatar answered Sep 28 '22 04:09

Shaikh Farooque