How to start SQL Server Management Studio without loading add-ins
1 answer
No guarantees, but since SSMS is built on top of the Visual Studio shell, you can try to hold down the shift key to the left while starting SSMS - this keystroke disables add-ins in Visual Studio.
Also look here for a registry trick.
Remove keys from:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\AddIns
or
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\90\Tools\Shell\AddIns
+5
a source to share