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.
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.
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.
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.
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.)
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/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With