Every come across the trouble of having to login to a jump server in just to access SSMS since the server is in different domain. There is a way to by pass it and access SSMS using your second domain login from your desktop by using Runas /NetOnly option irrespective of domain trust.
Use the below command in the Command Prompt:-
runas /netonly /user:<domain\username> "<SSMSbasepath>\ssms.exe"
SSMS base path is the folder where your SSMS.exe is located.
More Info https://technet.microsoft.com/en-gb/library/bb490994.aspx
Use the below command in the Command Prompt:-
runas /netonly /user:<domain\username> "<SSMSbasepath>\ssms.exe"
SSMS base path is the folder where your SSMS.exe is located.
More Info https://technet.microsoft.com/en-gb/library/bb490994.aspx