Issue:
SSMS takes a long time to open up connection for each new query window. This applies to all other applications that connects to the database as well.
Fix:
Disable The Publisher Certificate Check
Part of the SSMS start-up routine involves connecting to the Microsoft website to check a certificate list.
You can disable this with these steps:
- Type “Internet Options” into the search bar to open the Control Panel window
- Click on the Advanced tab (top far right)
- Move down to the Security section
- Uncheck the option called “Check for publisher’s certificate”
Disadvantage
This makes your computer less secure. Try all the preceding tips before this one.
Comments