When I open a .sql file in SSMS it takes quite a while and appears to be connecting to all my SQL Server registrations --- then when I execute the query it attempts to run against all my SQL Server registrations.
When I manually change the connection to a specific SQL Server, the problem is resolved.
How can I change my SSMS so that only 1 server connection applies when I open my file/query?
BT