Sim, você pode usar o seguinte comando:
ssms.exe -S SERVERNAME -d DATABASENAME -E
Você pode executar isso usando executar ou colocá-lo em um arquivo .txt e alterar a extensão para .bat e executá-lo.
Mais algumas informações podem ser encontradas executando o smss.exe / ?:
Usage:
ssms.exe [-S server_name[\instance_name]] [-d database] [-U user] [-P password] [-E] [file_name[, file_name]] [/?]
[-S The name of the SQL Server instance to which to connect]
[-d The name of the SQL Server database to which to connect]
[-E] Use Windows Authentication to login to SQL Server
[-U The name of the SQL Server login with which to connect]
[-P The password associated with the login]
[file_name[, file_name]] names of files to load
[-nosplash] Supress splash screen
[/?] Displays this usage information