The short version: if you need to connect to a Windows SQL server in a different domain, the
runas
command has a /netonly
switch.runas /netonly /user:domain\username “C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe”
Neat, huh?
No comments:
Post a Comment