Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio - save encrypted connection string

When I configure a encrypted connection to SQL Server using Management Studio and add the connection string TrustServerCertificate=True, this setting will not be saved so I need to enter it every time I connect anew.

Any way to save this setting ? Thanks !

like image 970
Matthias Avatar asked Feb 22 '14 08:02

Matthias


Video Answer


1 Answers

Unfortunately, this seems to be a known SSMS issue with no known workarounds according to Microsoft Connect.

Maybe a Windows macro (e.g. using AutoHotkey) would be a reasonable workaround for you.

like image 89
J0e3gan Avatar answered Oct 16 '22 03:10

J0e3gan