VOOZH about

URL: https://www.cdata.com/kb/tech/sql-odbc-power-query.rst

⇱ Use the CData ODBC Driver for SQL Server in Microsoft Power Query


Use the CData ODBC Driver for SQL Server in Microsoft Power Query

👁 Jerod Johnson
Jerod Johnson
Director, Technology Evangelism
You can use the CData SQL Server ODBC Driver with Microsoft Power Query. In this article, you will use the ODBC driver to import SQL Server data into Microsoft Power Query.

The CData ODBC Driver for SQL Server enables you to link to SQL Server data in Microsoft Power Query, ensuring that you see any updates. This article details how to use the ODBC driver to import SQL Server data into Microsoft Power Query.

Connect to SQL Server as an ODBC Data Source

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.

Connecting to Microsoft SQL Server

Connect to Microsoft SQL Server using the following properties:

  • Server: The name of the server running SQL Server.
  • User: The username provided for authentication with SQL Server.
  • Password: The password associated with the authenticating user.
  • Database: The name of the SQL Server database.

Connecting to Azure SQL Server and Azure Data Warehouse

You can authenticate to Azure SQL Server or Azure Data Warehouse by setting the following connection properties:

  • Server: The server running 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."
  • User: The name of the user authenticating to Azure.
  • Password: The password associated with the authenticating user.
  • Database: The name of the database, as seen in the Azure portal on the SQL databases (or SQL warehouses) page.

SSH Connectivity for SQL Server

You can use SSH (Secure Shell) to authenticate with SQL Server, whether the instance is hosted on-premises or in supported cloud environments. SSH authentication ensures that access is encrypted (as compared to direct network connections).

SSH Connections to SQL Server in Password Auth Mode

To connect to SQL Server via SSH in Password Auth mode, set the following connection properties:

  • User: SQL Server User name
  • Password: SQL Server Password
  • Database: SQL Server database name
  • Server: SQL Server Server name
  • Port: SQL Server port number like 3306
  • UserSSH: "true"
  • SSHAuthMode: "Password"
  • SSHPort: SSH Port number
  • SSHServer: SSH Server name
  • SSHUser: SSH User name
  • SSHPassword: SSH Password

SSH Connections to SQL Server in Public Key Auth Mode

To connect to SQL Server via SSH in Password Auth mode, set the following connection properties:

  • User: SQL Server User name
  • Password: SQL Server Password
  • Database: SQL Server database name
  • Server: SQL Server Server name
  • Port: SQL Server port number like 3306
  • UserSSH: "true"
  • SSHAuthMode: "Public_Key"
  • SSHPort: SSH Port number
  • SSHServer: SSH Server name
  • SSHUser: SSH User name
  • SSHClientCret: the path for the public key certificate file

Import SQL Server Data

Follow the steps below to import SQL Server data using standard SQL:

  1. From the ribbon in Excel, click Power Query -> From Other Data Sources -> From ODBC.

  2. Enter the ODBC connection string. Below is a connection string using the default DSN created when you install the driver:
    Provider=MSDASQL.1;Persist Security Info=False;DSN=CData SQL Source
  3. Enter the SELECT statement to import data with. For example:

     SELECT ShipName, Freight FROM Orders
     
    👁 The ODBC connection string and SELECT query. (Salesforce is shown.)
  4. Enter credentials, if required, and click Connect. The results of the query are displayed in the Query Editor Preview. You can combine queries from other data sources or refine the data with Power Query formulas. To load the query to the worksheet, click the Close and Load button.

    👁 Tables loaded in Power Query. (Salesforce is shown.)

Ready to get started?

Download a free trial of the SQL Server ODBC Driver to get started:

 Download Now

Learn more:

👁 Microsoft SQL Server Icon
SQL Server ODBC Driver

Connect to Microsoft SQL Server-compatible databases from any applications that support ODBC connectivity.

The ODBC Driver offers Direct Mode access to SQL Server through standard Java Database Connectivity, providing extensive compatibility with current and legacy MS SQL versions. Supports secure SQL connectivity and authentication via SSL, Kerberos, Integrated Security, etc.