Pregunta

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:

http://social.msdn.microsoft.com/Forums/en-US/windowsazuremanagement/thread/b5f2967e-57e6-4099-9077-fb6d74897dbf

http://social.msdn.microsoft.com/Forums/en/windowsazuremanagement/thread/2b64a56f-fda7-4247-b016-9d25bbeebe8b

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

¿Fue útil?

Solución

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top