如何从 Azure Web 角色向 VM 角色托管的 SQL Server 2008 R2 Express 进行 SQL 查询?
我在 Azure VM 角色(1 个额外的小型实例)上安装了 SQL Server 2008 R2 Express。
由于托管非常旧的银行系统,无法连接到 SQL Azure。数据持久性是通过 Azure 存储页 Blob 实现的。我编写了一个Windows服务,它可以挂载VHD文件,也可以将MDF数据库文件附加到SQL Server。
我的问题是我需要从 Azure Web 角色到 Azure VM 角色上托管的 SQL Server 进行 SQL 查询。 我几乎尝试了一切:
我打开了 TCP 1433、UDP 1434,将 SQL 浏览器添加到 Windows 防火墙。 我已在 SQL Server 上启用远程连接、SQL Server 浏览器、TCP/IP、命名管道。 我已将 TCP/IP 端口更改为 1433,并禁用了动态端口。
我已经读过:
如何在 VM 之外访问安装在 Azure VM(VM 角色)上的 SQL Server?
如果您非常友善并想帮助我,我会将我的设置中的所有屏幕截图发送给您。
感谢您抽出时间。
问候,
马丁·大卫
I have SQL Server 2008 R2 Express installed on Azure VM Role (1 extra small instance).
Because of hosting very old banking system, which is not able to connect to SQL Azure. Data persistency is reached via Azure Storage Page Blob. I have written a Windows Service, which can mount VHD file and also can attach MDF database file to SQL Server.
My problem is that I need to SQL query from Azure Web Role to SQL Server hosted on Azure VM Role.
I tried nearly everything:
I have opened TCP 1433, UDP 1434, added SQL Browser to Windows Firewall.
I have enabled remote connection, SQL Server Browser, TCP/IP, Named Pipes on SQL Server.
I have changed TCP/IP port to 1433 and I have disabled dynamic port.
I have already read:
How to access sql server installed on Azure VM (VM Role ) outside of VM?
If you were so kind and wanted to help me, I would send you all the screenshot from my settings.
Thank you for your time.
Regards,
Martin David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Microsoft Contingent Staff 的 Wenchao Zeng 给了我一个解决方案:
http://social.msdn.microsoft.com/Forums/en-US/windowsazureconnectivity/thread/c7124598-4894-4b6c-8987-709a9f788ea4
Wenchao Zeng from Microsoft Contingent Staff gave me a solution:
http://social.msdn.microsoft.com/Forums/en-US/windowsazureconnectivity/thread/c7124598-4894-4b6c-8987-709a9f788ea4