|
1 | 1 | ---
|
2 | 2 | title: Connect to Azure Data Explorer with ODBC
|
3 |
| -description: In this how-to, you learn how to set up an ODBC connection to Azure Data Explorer then use that connection to visualize data with Tableau. |
| 3 | +description: In this article, you learn how to set up an Open Database Connectivity (ODBC) connection to Azure Data Explorer. |
4 | 4 | author: orspod
|
5 | 5 | ms.author: orspodek
|
6 | 6 | ms.reviewer: mblythe
|
7 | 7 | ms.service: data-explorer
|
8 | 8 | ms.topic: conceptual
|
9 |
| -ms.date: 02/21/2019 |
| 9 | +ms.date: 06/03/2019 |
10 | 10 | ---
|
11 | 11 |
|
12 | 12 | # Connect to Azure Data Explorer with ODBC
|
13 | 13 |
|
14 | 14 | Open Database Connectivity ([ODBC](/sql/odbc/reference/odbc-overview)) is a widely accepted application programming interface (API) for database access. Use ODBC to connect to Azure Data Explorer from applications that don't have a dedicated connector.
|
15 | 15 |
|
16 |
| -Behind the scenes, applications call functions in the ODBC interface, which are implemented in database-specific modules called *drivers*. Azure Data Explorer supports a subset of the SQL Server communication protocol ([MS-TDS](/azure/kusto/api/tds/)); therefore it can use the ODBC driver for SQL Server. |
| 16 | +Behind the scenes, applications call functions in the ODBC interface, which are implemented in database-specific modules called *drivers*. Azure Data Explorer supports a subset of the SQL Server communication protocol ([MS-TDS](/azure/kusto/api/tds/)), so it can use the ODBC driver for SQL Server. |
17 | 17 |
|
18 |
| -In this article, you learn how to use the SQL Server ODBC driver, so you can connect to Azure Data Explorer from any application that supports ODBC. You can then optionally connect to Azure Data Explorer from Tableau, and bring in data from a sample cluster. |
| 18 | +In this article, you learn how to use the SQL Server ODBC driver, so you can connect to Azure Data Explorer from any application that supports ODBC. |
19 | 19 |
|
20 | 20 | ## Prerequisites
|
21 | 21 |
|
22 |
| -You need the following to complete this how to: |
| 22 | +You need the following: |
23 | 23 |
|
24 | 24 | * [Microsoft ODBC Driver for SQL Server version 17.2.0.1 or later](/sql/connect/odbc/download-odbc-driver-for-sql-server) for your operating system.
|
25 | 25 |
|
26 |
| -* If you want to follow our Tableau example, you also need: |
27 |
| - |
28 |
| - * Tableau Desktop, full or [trial](https://www.tableau.com/products/desktop/download) version. |
29 |
| - |
30 |
| - * A cluster that includes the StormEvents sample data. For more information, see [Quickstart: Create an Azure Data Explorer cluster and database](create-cluster-database-portal.md) and [Ingest sample data into Azure Data Explorer](ingest-sample-data.md). |
31 |
| - |
32 |
| - [!INCLUDE [data-explorer-storm-events](../../includes/data-explorer-storm-events.md)] |
33 |
| - |
34 | 26 | ## Configure the ODBC data source
|
35 | 27 |
|
36 | 28 | Follow these steps to configure an ODBC data source using the ODBC driver for SQL Server.
|
@@ -67,34 +59,6 @@ Follow these steps to configure an ODBC data source using the ODBC driver for SQ
|
67 | 59 |
|
68 | 60 | 
|
69 | 61 |
|
70 |
| -## Visualize data in Tableau (optional) |
71 |
| - |
72 |
| -Now you've finished configuring ODBC, you can bring sample data into Tableau. |
73 |
| - |
74 |
| -1. In Tableau Desktop, in the left menu, select **Other Databases (ODBC)**. |
75 |
| - |
76 |
| -  |
77 |
| - |
78 |
| -1. For **DSN**, select the data source you created for ODBC, then select **Sign In**. |
79 |
| - |
80 |
| -  |
81 |
| - |
82 |
| -1. For **Database**, select the database on your sample cluster, such as *TestDatabase*. For **Schema**, select *dbo*, and for **Table**, select the *StormEvents* sample table. |
83 |
| - |
84 |
| -  |
85 |
| - |
86 |
| -1. Tableau now shows the schema for the sample data. Select **Update Now** to bring the data into Tableau. |
87 |
| - |
88 |
| -  |
89 |
| - |
90 |
| - When the data is imported, Tableau shows rows of data similar to the following image. |
91 |
| - |
92 |
| -  |
93 |
| - |
94 |
| -1. Now you can create visualizations in Tableau based on the data you brought in from Azure Data Explorer. For more information, see [Tableau Learning](https://www.tableau.com/learn). |
95 |
| - |
96 | 62 | ## Next steps
|
97 | 63 |
|
98 |
| -[Write queries for Azure Data Explorer](write-queries.md) |
99 |
| - |
100 |
| -[Tutorial: Visualize data from Azure Data Explorer in Power BI](visualize-power-bi.md) |
| 64 | +* [Connect to Azure Data Explorer from Tableau](tableau.md) |
0 commit comments