Connection String For SQL in Azure's WM

Hi,

I have a Virtual Machine in Azure and I have installed SQL server in it. I can connect my mssql in local webservice in VM but I couldn't connect it from other pc.

  1. My Azure name = ***tie.cloudapp.net
  2. My SQL's Database Name that I want to connect = ***tieAcademy

Which connection string will connect it to my MsSql?

Thanks.

1 answer

Maybe this will help:

Server=TCP:azureserver.database.windows.net;Database=myDataBase;Uid=username@azureserver;Pwd=******

If not check this SQL Azure ODBC connection guide