Attempt to start SSMS with a different windows user account if you are using credentials on the same domain
runas /netonly /user:domain\username ssms.exe
Use the "/netonly" switch, you can log in using remote credentials on a domain that you're not currently a member of, even if there's no trust set up
runas /netonly /user:domain\username ssms.exe
No comments:
Post a Comment