views:

30

answers:

1

Is there a way to connect to a remote sql server using management studio with windows credentials other than the current login credentials?

Right now i remote desktop into the sql server machine and login with the windows credentials that I want to connect with.

Thanks.

+1  A: 

Right click the application and choose "Run as different user".

If you are on Vista or Win7, you may need to look at ShellRunAs to create the menu option in your windows shell.

kbrimington