Reputation: 9784
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.
Thanks, Voodoo
Upvotes: 3
Views: 1786
Reputation: 9784
Turned out the username and password that was provided was removed from their server for unknown reason.... Thanks for the help, appreciated it very much..
Upvotes: 0
Reputation: 12304
You should be able to do as normal once vpn'd in, but there are a few catches:
sqlserver.network.local
, not just sqlserver
Upvotes: 0
Reputation: 74909
Once you're vpn'd in it should be just like local network. Put the fully qualified server name in the connection dialog in SQL Management Studio.
Upvotes: 1