About 17,600 results
Open links in new tab
  1. 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.

  2. Lesson 1: Connecting to the Database Engine - SQL Server

    Sep 16, 2024 · Now that you've connected to SQL Server as an administrator, one of your first tasks is authorizing other users to connect. You do this by creating a login and authorizing that login to access a database as a user.

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

    Nov 9, 2023 · This post shares how to open SSMS as a different user, for connecting to SQL Server. If you’re working with SQL Server in a corporate environment, you may need to connect to the server using a different Domain User account.

  4. Connect to SQL Server via SSMS in another domain using …

    Feb 26, 2025 · Aside from pushing for SQL Authentication, adding your machine to the remote domain, or making your local domain trusted, there are two approaches commonly used to get …

  5. SQL Server Management Studio: Connecting as Different Windows User

    Feb 18, 2025 · These methods allow you to connect to and execute SQL commands within SSMS using the security context of a different Windows user. This is useful for various scenarios, such as testing applications under different user accounts or granting temporary access to specific users for troubleshooting.

  6. Connecting to SQL Server on Another Domain - SQL DBA Blog

    Aug 25, 2022 · This post contains a guide on how to connect to SQL Server with Windows Authentication, but using a different Domain User other than your own. The regular Windows SQL Server User connects & runs their queries via SQL Server Management Studio (SSMS).

  7. sql server - T-SQL command to log in as a different user? - Database

    Aug 15, 2012 · Is there a T-sql command, like the Oracle "Connect" which lets me change the user that I am logged in as? You can try SetUser 'username' too. To revert just run SetUser. …

  8. Connecting SQL Database with Different Windows credential in SQL Server ...

    Jul 7, 2015 · To use the different login to connect to SQL Server using SSMS we need to use the “ Run as ” feature. To do this there are many option, some of few are as, Just go to at SSMS.exe, Press and Hold the Shift Key and Right Click on the SSMS executable, Now select “Run as Different User” option.

  9. 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. Pressing shift key is …

  10. How to connect an existing SQL Server login to an existing SQL Server ...

    Is there a SQL Server command to connect a user of a single database to a login for the database server of the same name? For example: Database Server - Default Instance Database: TestDB ...

  11. Some results have been removed
Refresh