I have SQL Server 2005 dev installed on my machine.

Using "SQL Server Management Studio": How can I connect to a SQL server on another Domain?

Please note that the computer has to be VPN'ed into the Domain I am connecting to.

I have the domain credentials for the machine I will be connecting to.

Please explain briefly as I am new to using sql-server.

Thanks, Voodoo

link|improve this question
1  
Are you able to connect to the machine? What authentication mode? – andyh_ky Jun 4 '10 at 1:56
Windows Authentication mode. Yes I think I can connect to that machine, how do I veryfy it? – VoodooChild Jun 4 '10 at 2:22
feedback

2 Answers

I think this link explains what you need to do.

First get your VPN set up and then you tell Management Studio to run using a different account using runas to launch MS with alternate windows credentials.

link|improve this answer
feedback

First of all try if you can reach the server trought VPN:

(from DOS prompt command)

telnet hostname_mssql_server 1433

1433 is the default port for Microsoft SQL server, if you can not connect to the server ask to the admin the ip address and the port to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.