coolman128 Posted August 25, 2020 Posted August 25, 2020 Hi Guys, Legacy ssms.exe -s 10.10.10.10 -u Username -p Password (SQL Server Authentication) Latest Ssms v 18.6 doesn't support command line -p (password), how do i use autoIT to create command line login include password?
coolman128 Posted August 25, 2020 Author Posted August 25, 2020 4 minutes ago, coolman128 said: Hi Guys, Legacy ssms.exe -s 10.10.10.10 -u Username -p Password (SQL Server Authentication) Latest Ssms v 18.6 doesn't support command line -p (password), how do i use autoIT to create command line login include password? Additional, this exe accept the command line argument -s ServerIP -u Username -p Password Thanks 4 minutes ago, coolman128 said:
Zedna Posted August 25, 2020 Posted August 25, 2020 (edited) I use version 17.9.1 which supports commandline (server/user/pwd). So if possible use this version. Edited August 25, 2020 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
coolman128 Posted August 25, 2020 Author Posted August 25, 2020 1 minute ago, Zedna said: I use version 17.9.1 which supports commandline (server/user/pwd). So if possible use this version. i am using the old version too, but due to upgrade activity i force to upgrade it So now looking for alternative to have a custom exe can accept command line argument -s ServerIP -u Username -p Password
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now