

User: The name of the user authenticating to Azure.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.Connecting to Microsoft SQL ServerĬonnect to Microsoft SQL Server using the following properties: The JDBC URL begins with jdbc:sql: and is followed by a semicolon-separated list of connection properties. (This property can also be set in the JDBC URL.) Driver Class: Set the driver class to.Driver Location: Set this property to the path to the lib subfolder in the installation directory.In the Connection Wizard that appears, set the following properties:.

Open the RazorSQL application and, in the Connections menu, select Add Connection Profile -> Other -> JDBC.
#RAZORSQL CODE HOW TO#
This article shows how to connect to SQL Server using wizards in RazorSQL.Ĭreate a JDBC Data Source for SQL Server Data The CData JDBC Driver for SQL Server enables standards-based access from third-party tools, from wizards in IDEs to data management and analysis tools.
