通过 VPN 连接连接到另一个域上的 SQL Server 2005
我的机器上安装了 SQL Server 2005 开发版。
使用 SQL Server Management Studio
:如何连接到另一个域上的 SQL Server?
请注意,计算机必须通过 VPN 连接到我要连接的域。
谢谢, 巫毒教
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
一旦你进入VPN,它应该就像本地网络一样。将完全限定的服务器名称放入 SQL Management Studio 的连接对话框中。
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.
一旦使用 VPN,您应该能够像平常一样进行操作,但有一些问题:
sqlserver.network.local
,而不仅仅是sqlserver
You should be able to do as normal once vpn'd in, but there are a few catches:
sqlserver.network.local
, not justsqlserver
事实证明,所提供的用户名和密码已从他们的服务器中删除,原因未知......
感谢您的帮助,非常感谢..
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..