'how to open Azure SQL SERVER in office network, I am able to open AZure SQL Using my Home network in SSMS but cant open in Office network
I am not able to open Azure SQl Server in my Office network using SSMS
I can open Azure SQl SERVER using my home network from SSMS.
Please help me how can I configure Azure SQL SERVER in office network and work using SSMS.
Thanks
Solution 1:[1]
The error usually means the TCP port is not properly set or is being blocked by the firewall.
To access the Azure SQL database from your local, ensure that the firewall on your network and local computer allows outgoing communication on TCP port 1433.
There are some troubleshooting steps provided in detail in this MS document for the same error message.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | NiharikaMoola-MT |