Connect different Windows User in SQL Server Management Studio (2005 or later)

后端 未结 9 1895
我寻月下人不归
我寻月下人不归 2020-11-30 16:03

Is there a way in SQL Server Management Studio 2005 (or later) to change the Windows Authentication user (as you could in SQL Server 2000 and older)?

This is the gen

9条回答
  •  没有蜡笔的小新
    2020-11-30 16:46

    The runas /netonly /user:domain\username program.exe command only worked for me on Windows 10

    • saving it as a batch file
    • running it as an administrator,

    when running the command batch as regular user I got the wrong password issue mentioned by some users on previous comments.

提交回复
热议问题