Shortcut: Running SQL Server Management Studio as someone else
You don’t always want to run SQL Server Management Studio (SSMS) as your current login for Windows.
Now if all you want to do is to use a SQL Server login, then that’s easy. When you connect to a server in Object Explorer, or when you start a new Database Engine query, you can just choose SQL authentication instead.
But three other scenarios commonly occur.
If you need to run SSMS as an administrator on a machine with UAC, you can do this:
2018-05-11

