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
The runas /netonly /user:domain\username program.exe command only worked for me on Windows 10
runas /netonly /user:domain\username program.exe
Windows 10
when running the command batch as regular user I got the wrong password issue mentioned by some users on previous comments.