I work with Management Studio, and I want to log in to databases located on another server in a different domain. The only login I have is Windows credentials.
I want to be able to log in through Management Studio on my local PC. I found the only way to do this using a command similar to:
runas /netonly /user:domain\username "C:\Progr...\IDE\Ssms.exe"
While this works, this is not the easiest or most enjoyable way. Is there a better way? How can I do this in Management Studio?
source share