141 words
1 minute
Easy Ways to Test SQL Server/SQL Azure Connection

It is incredibly easy to test the SQL Server/Azure SQL Database connectivity or firewall settings from Windows, even without SSMS (SQL Server Management Studio) or coding.

Test with ODBC Data Source#

In Windows, press the Win key, type “data source”, press enter to open the ODBC Data Sources:

image

Click “Add” to add a data source:

image

Select SQL Server:

image

Fill in the server name of SQL Server/SQL Azure server name:

image

and credentials:

image

Click all the way to finish, the following dialog pops up:

image

Now click “Test Data Source” to test it:

image

Microsoft SQL Server ODBC Driver Version 10.00.10586

Running connectivity tests…

Attempting connection Connection established Verifying option settings Disconnecting from server

TESTS COMPLETED SUCCESSFULLY!

It can be even easier to test with UDL (Universal data link). In Windows, create an arbitrary file:

image

Rename its extension name to .udl:

image

Double click it, and fill in the connection info:

image

Click “Test Connection”, it is done:

image

Easy Ways to Test SQL Server/SQL Azure Connection
https://dixin.github.io/posts/easy-ways-to-test-sql-server-sql-azure-connection/
Author
Dixin
Published at
2016-01-11
License
CC BY-NC-SA 4.0