SSMS Running remotely
Posted: October 19, 2016 Filed under: Microsoft SQL Server, Microsoft SQL Server Management Studio, Uncategorized | Tags: Microsoft, Microsoft SQL Server, Microsoft SQL Server Management Studio Leave a commentTo run SSMS remotely:
runas /netonly /user:domain\username “C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\Ssms.exe”
E.g.
runas /netonly /user:WIN-P9OQ9GF24HV\justdave “C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\Ssms.exe”