Connecting to remote SQL Server 2008 from Windows Azure

前端 未结 2 1212
夕颜
夕颜 2021-01-06 23:47

I am trying to connect to a SQL Server 2008 instance from a Windows Azure worker role (it\'s not SQL Azure, but a remotely hosted SQL Server 2008 Standard Edition), but I ge

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 00:43

    Can you control your Azure instance through Remote Desktop?

    If you can, log on, and try:

    telnet yoursqlserverhostname 1433
    

    If this blocks, you know that the network is not configured correctly. Usually a firewall issue, on either host or the network in between.

提交回复
热议问题