Viewing 6 posts - 1 through 6 (of 6 total)
I don't think SSMS is even available in Mac OS.
April 18, 2022 at 6:04 pm
Have you tried "RUNAS"?
RUNAS /user:DOMAIN\username "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE\Ssms.exe"
Again, I'm on MacBook Pro. I don't think there is such thing as "RUNAS" in Mac OS.
April 18, 2022 at 6:04 pm
There should never really be a reason to RDP into a database server to do any kind of work, with the exception of making server level changes such as...
April 18, 2022 at 6:01 pm
Are you authenticated with a domain? If so, you do not specify a user and password. SSMS know your login and password, and passes it through to SQL.
If you...
April 18, 2022 at 5:59 pm
Since you have that layer protected (MFA for VPN and logging into the physical machines), do you need MFA for the database layer?
I don't have MfA for the database...
April 18, 2022 at 5:24 pm
Use Windows Authentication. Universal with MFA won't work on an on-prem database.
That might very well be the issue. Okay, so how do I switch user to use "Windows Authentication"?...
April 18, 2022 at 5:15 pm
Viewing 6 posts - 1 through 6 (of 6 total)