How to Check SQL Server Connectivity from SharePoint?

How do I quickly check SQL Server connectivity from the SharePoint server? Well, you can use Telnet. telnet {SQL-Server-Name or IP} 1433 If your SQL Server listens on a different port, change the default port 1433 accordingly. Using PowerShell to test SQL server connectivity:You can also use PowerShell to check if SharePoint…

Read more