

You can find this by logging into the Azure portal and navigating to "SQL databases" (or "SQL data warehouses") -> "Select your database" -> "Overview" -> "Server name." You can authenticate to Azure SQL Server or Azure Data Warehouse by setting the following connection properties: Database: The name of the SQL Server database.Ĭonnecting to Azure SQL Server and Azure Data Warehouse.

Password: The password associated with the authenticating user.User: The username provided for authentication with SQL Server.Server: The name of the server running SQL Server.In the Specify column, select the checkboxes for the required connection properties.Ĭonnect to Microsoft SQL Server using the following properties:.In the Driver properties tab of the dialog that appears, select the Use driver properties checkbox.If you want to define any additional properties, click Properties.Driver: Select the CData JDBC Driver for SQL Server.Name: Enter a name for the alias for example, CData SQL Server Source.In the Add Alias wizard that opens, the following fields are required for the JDBC driver: In the pane that lists the aliases, click the plus icon.
#Download squirrel sql client for windows drivers

In the file explorer dialog that opens, select the JAR file for the driver, located in the lib subfolder of the installation directory.In the Extra Class Path tab, click Add.In the Example URL box, enter jdbc:sql:.In the Name box, enter a user-friendly name for the driver for example, CData JDBC Driver for SQL Server.Click the plus icon to open the Add Driver wizard.In Squirrel SQL, click Windows -> View Drivers.In this article, you will create a JDBC data source for SQL Server data and execute queries.įollow the steps below to add the driver JAR. The CData JDBC Driver for SQL Server enables you to execute queries to SQL Server data in tools like Squirrel SQL Client.
