How to find SharePoint is connect SQL
Use below Powershell command to check whether SharePoint is connected to SQL
Get-SPFarm
Get-SPFarm
Use below Telnet command to check the connectivity between SharePoint and SQL
telnet {SQL-Server-Name or IP} 1433
Example: telnet mysharepoint 1433
Example: telnet mysharepoint 1433
No comments:
Post a Comment