TwitterLinkedInBlog

Sunday, January 27, 2013

SQL Server Management Studio - Run As Another Domain User

To create a shortcut to SQL Server Management Studio using a different windows domain user:

Right-click your desktop > 'New' > 'Shortcut' > 'Type the location of the item:' > C:\Windows\System32\runas.exe /netonly /user:sampledomain\sampleuser "C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe" > 'Type a name for this shortcut' > 'SampleUser SQL Server'

No comments: