Use SQL Server Management Studio to connect remotely to an SQL Server Express instance hosted on an Azure Virtual Machine

后端 未结 3 1677
死守一世寂寞
死守一世寂寞 2020-12-23 16:18

Initial Attempt

I have an Azure VM with Windows Server 2012, on which I just installed SQL Server 2012 Express Database Engine component. Then, I followed the inst

3条回答
  •  情歌与酒
    2020-12-23 16:38

    Here are the three web pages on which we found the answer. The most difficult part was setting up static ports for SQLEXPRESS.

    Provisioning a SQL Server Virtual Machine on Windows Azure. These initial instructions provided 25% of the answer.

    How to Troubleshoot Connecting to the SQL Server Database Engine. Reading this carefully provided another 50% of the answer.

    How to configure SQL server to listen on different ports on different IP addresses?. This enabled setting up static ports for named instances (eg SQLEXPRESS.) It took us the final 25% of the way to the answer.

提交回复
热议问题