Forum Discussion
harikrishnansp1986
Dec 07, 2023Copper Contributor
How to connect a sql database hosted in Azure VM from from on-premise server. Please advice
How to connect a SQL database hosted in Azure VM from from a on-premise server. Please advice
Dec 13, 2023
As mentioned there is no difference with any other SQL Server hosted on-prem. You have to check if TCP Port 1433 is open.
You can use Powershell and DBATools and try below from your client computer
Test-DbaConnection -SqlInstance <SQL Server Name>
Regards
Javier
You can use Powershell and DBATools and try below from your client computer
Test-DbaConnection -SqlInstance <SQL Server Name>
Regards
Javier