Connect And Run SSMS.EXE from Command Prompt

1.2k views Asked by At

I have needs to open SSMS.EXE from a console application and I need to open it with SQL Server authentication. So, user and password will be saved in the app. When user click the app it will open ssms.exe and automatically login too.

I tried to open ssms.exe from command prompt first to try and to get its parameters. But the parameters lack Password (-P), when I see other post, there is -P in their parameters.

I am using SQL Server Management Studio 18 version 15.0.18424.0. Is this feature already deleted or do I need to setup something?

If this feature already deleted. Can someone suggest a way to make my app work?

Thanks in advance.

enter image description here

0

There are 0 answers