SQL Server Management Studioを前回開いたサーバーに自動的に接続するヒントはありますか?Management Studioを開くときにSQL Server 2008がサーバーに自動的に接続する
たとえば、今は3つの接続を開いています。
1.
Connection1: 123.123.123.1
Login ID: sa1
Password: pwd1
2.
Connection1: 123.123.123.2
Login ID: sa2
Password: pwd2
3.
Connection1: 123.123.123.3
Login ID: sa3
Password: pwd3
私の質問は次回Management Studioを開き、私は再びタイプの接続IP、IDとパスワードが必要ありませんが、それは自動的に上記のサーバーに接続するようにする方法です。
私のSQL Serverのバージョンは、2008年
コマンドラインパラメータ経由で渡します。 https://docs.microsoft.com/en-us/sql/tools/sql-server-management-studio/ssms-utilityを参照してください。 – Squirrel