About 2,300 results
Open links in new tab
  1. How to Run SSMS as a different user - SQL Server DBA

    Nov 18, 2021 · Answer: Run as different user is available It's actually available - but instead of Right Click , use Shift - Right Click . The alternative is to run through the command line - which is my preference - --example 1 : the full path to SSMS. - …

  2. sql server - how to run SSMS as a different user? - Database ...

    Sep 1, 2017 · The way to run ssms as a different user is: 1- right clink on the ssms icon if it is already running otherwise follow from 2 2- witht eh shift key pressed right click the ssms icon and it will give you the options as shown on the picture below.

  3. How to use RunAs command for SSMS if option does not exist

    Mar 7, 2012 · If the Run As different user option is not available while you right click on the SSMS executable or shortcut, you can follow one of the techniques below to use the run as option. Technique 1 – Run As different User. Step 1: Press and Hold the Shift Key and Right Click on the SSMS executable or shortcut, you should see the Run as different ...

  4. Select different user while connect to SQL Server with Windows ...

    Feb 1, 2019 · Right-click the SSMS icon, hold Shift, then right-click Microsoft SQL Server Management Studio with the year of the version you have installed and select Run as Different User. You will be prompted for Windows login credentials that will be used in Windows authentication in SSMS.

  5. Connect different Windows User in SQL Server Management Studio

    Apr 22, 2016 · While there's no way to connect to multiple servers as different users in a single instance of SSMS, what you're looking for is the following RUNAS syntax: When you use the /netonly switch, you can log in using remote credentials on a domain that you're not currently a member of, even if there's no trust set up.

  6. Use Windows Authentication With a Different User in SSMS

    This is about how to use Windows Authentication With a Different User in SSMS. This explains different scenarios and how it works in different versions.

  7. SQL SERVER – Trick – Running SSMS With Different Windows Account

    Oct 10, 2015 · If one has to connect to SQL Server from the laptop where the DBA has logged in with regular account, he/she has to do “Right Click” with Shift key pressed and then use “Run as Different user” to use the admin account.

  8. SSMSRun as a different user shortcut - MSSQLTREK

    Sep 26, 2018 · Right click anywhere on your desktop and create a new shortcut. Now locate your SSMS.exe path on your machine and prefix with runas.exe /user:Diffuser, See below for exact syntax. This will open your SSMS.exe application as user ‘SQLTREK\Sreekanth_ADM’ instead of my regular account.

  9. How to Open SSMS with a Different Domain User - DBASco

    Nov 9, 2023 · Find the SQL Server Management Studio (SSMS) application icon by searching for it using the Windows button, then: > Select “ Run As Different User. 2. Enter the credentials for the desired Domain User in the prompt. This will open SSMS using the login you entered above.

  10. Run SSMS as different Windows userSQLServerCentral

    Feb 13, 2009 · To use a different user without logging of and logging in as different user on Windows, you can use RunAs command to launch an application under different user’s context. The general syntax for...

  11. Some results have been removed
Refresh