Last Updated: February 25, 2016
·
523
· mcgrathjoe

Connect to SQL Server on another domain via SQL Management Studio

You might want to do this if you're logged into one domain, and your cloud-hosted database server is in another.

  1. Run

    runas /user:domain\user /netonly ssms.exe

  2. At the prompt - enter the password for the user you specified.

Be aware, it will still look as though it is running in the logged on user context, but it's not!