Creating UDL To Test The Connection Between SharePoint And SQL

Sometimes while working on SharePoint we may encounter an issue like

"A Network- related or instance occurred while establishing a connection to SQL server"
"The server was not found or was not accessible".

So UDL is the best way to test whether our SharePoint Server able to communicate with SQL or not

Below are the steps to create the UDL,

  1. Right click on the desktop and Go to New > Text Document

    SharePoint

  2. Now open the Text Document and Click on Save As. Give a name with UDL extension for example Test.UDL and Select All files in Save as type.

    SharePoint

  3. You text document will look like this now

    SharePoint

  4. Now we will check the connection between SharePoint and SQL. Open the UDL file.

    SharePoint

  5. Enter the SQL server name and Select window or specific username (they should have access to login to SQL) and Click on Test Connection

    SharePoint

  6. If communication is happening you will get result "Test connection succeeded". Otherwise it will fail.
Hope this article helped you out.

Happy SharePointing.