<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SSRS Connect to Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/135971#M50469</link>
    <description>&lt;P&gt;SSRS has limited auth methods.&amp;nbsp; It also is EOL so my answer is: No.&lt;BR /&gt;This is not a limitation of Databricks but SSRS.&lt;BR /&gt;You could define the connection as a linked server on sql server, that might open some extra (MS native) options.&lt;/P&gt;&lt;P&gt;PS. it is best not to post on an old topic, chances are small someone will answer (except for a crazy human like me).&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 14:18:18 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2025-10-24T14:18:18Z</dc:date>
    <item>
      <title>SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/31739#M23116</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I need to connect databricks query from microsoft SSRS.&lt;/P&gt;&lt;P&gt;is it possible ? &lt;/P&gt;&lt;P&gt;How do you make the connection?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 09:41:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/31739#M23116</guid>
      <dc:creator>Ronis</dc:creator>
      <dc:date>2022-09-14T09:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39553#M27011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/63531"&gt;@Ronis&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;You can do it using Simba spark ODBC driver simple. Following are the steps if you face any issues on your way.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Firstly, install Simba Spark driver 64/32 bit into our local machine. [&lt;A href="https://www.databricks.com/spark/odbc-drivers-download" target="_blank" rel="noopener noreferrer"&gt;https://www.databricks.com/spark/odbc-drivers-download&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;]&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Then open control panel -&amp;gt; Administrative tools -&amp;gt; ODBC DataSource and add ODBC instance into your local machine.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;In the Data Source Name field, type a name for your DSN. In my case I have choose it eduschedargdevmanagedrgdbw01 as its my resource name in Azure and I want to be consistent across the platform.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Optionally, in the Description field, type relevant details about the DSN.&lt;/LI&gt;&lt;LI&gt;From the Spark Server Type drop-down list, select the appropriate server type for the version of Spark that you are running&lt;/LI&gt;&lt;LI&gt;If you are running Shark 0.8.1 or earlier, then select SharkServer.&lt;/LI&gt;&lt;LI&gt;If you are running Shark 0.9, or Spark 1.1 or later, then select SparkThriftServer.&lt;/LI&gt;&lt;LI&gt;To find the name of server on which Databrick is hosted. Open Databricks and click on compute and then All purpose cluster which is active.&lt;/LI&gt;&lt;LI&gt;Specify whether the connector uses the DataStax AOSS service when&lt;BR /&gt;connecting to Spark, and provide the necessary connection information:&lt;/LI&gt;&lt;LI&gt;Host: This is the same host name you use for accessing Databricks via the user interface (example:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://xyz.azuredatabricks.net/" target="_blank" rel="noopener noreferrer"&gt;xyz.azuredatabricks.net&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;BR /&gt;Username: token&lt;BR /&gt;Password: To create an authentication token in Databricks, click on the profile icon in the upper right corner of Databricks. Under ‘User Settings’, click ‘Access Tokens’. And then click ‘Generate New Token’. Paste the token into this password field.&lt;BR /&gt;SSL: 1&lt;BR /&gt;transportMode: http httpPath: This is the path to the cluster that will be used to execute the query. Click on your cluster in the Databricks UI. Then under ‘Configuration’, scroll down to ‘Advanced Options’. Then click on the tab ‘JDBC /ODBC’. There you will see a field called ‘HTTP Path’. AuthMech: 3 (3 corresponds to UserName and Password) UseSystemTrustStore: 1&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Enable SSL&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Open Microsoft visual studio and connect with ODBC instance that you have added following the above 8 steps&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 00:37:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39553#M27011</guid>
      <dc:creator>Haider93</dc:creator>
      <dc:date>2023-08-11T00:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39568#M27016</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/86000"&gt;@Haider93&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/company/partners/technology" target="_blank"&gt;https://www.databricks.com/company/partners/technology&lt;/A&gt;&amp;nbsp;This is the list of supported databricks technology partners. SSRS is not yet part of it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do have official support for Power BI. You can use this document to mimic it for SSRS -&amp;nbsp;&lt;A href="https://docs.databricks.com/en/partners/bi/power-bi.html#connect-with-partner-connect" target="_blank"&gt;https://docs.databricks.com/en/partners/bi/power-bi.html#connect-with-partner-connect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 04:43:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39568#M27016</guid>
      <dc:creator>Tharun-Kumar</dc:creator>
      <dc:date>2023-08-11T04:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39574#M27020</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/39403"&gt;@Tharun-Kumar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am able to establish the connection and query the data from Databricks delta tables in SSRS using ODBC connector. However, when I am deploying the dataset and report file to reporting server and trying to connect it failed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 06:35:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39574#M27020</guid>
      <dc:creator>Haider93</dc:creator>
      <dc:date>2023-08-11T06:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39787#M27071</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/39403"&gt;@Tharun-Kumar&lt;/a&gt;&amp;nbsp; I am able to establish connection successfully between data bricks and SSRS. I have installed Simba spark driver on Server hosting SSRS application and my machine which has visual studio which I am deploying to the server. I make sure that I am using the supported application aligned with my architecture of my server. In my case its 64 bit. Please feel free to touch base if you still face issue. &lt;A href="mailto:haiderali_1993@hotmail.com" target="_blank"&gt;haiderali_1993@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 01:48:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/39787#M27071</guid>
      <dc:creator>Haider93</dc:creator>
      <dc:date>2023-08-14T01:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/135901#M50457</link>
      <description>&lt;P&gt;I am able to read databricks from SSRS using a personal token (corresponding to my account), but that's not good practice for an eventual production environment.&lt;/P&gt;&lt;P&gt;Is there a way to connect not using a &lt;STRONG&gt;personal&lt;/STRONG&gt; access token?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 21:36:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/135901#M50457</guid>
      <dc:creator>euribe</dc:creator>
      <dc:date>2025-10-23T21:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSRS Connect to Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/135971#M50469</link>
      <description>&lt;P&gt;SSRS has limited auth methods.&amp;nbsp; It also is EOL so my answer is: No.&lt;BR /&gt;This is not a limitation of Databricks but SSRS.&lt;BR /&gt;You could define the connection as a linked server on sql server, that might open some extra (MS native) options.&lt;/P&gt;&lt;P&gt;PS. it is best not to post on an old topic, chances are small someone will answer (except for a crazy human like me).&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 14:18:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ssrs-connect-to-databricks/m-p/135971#M50469</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2025-10-24T14:18:18Z</dc:date>
    </item>
  </channel>
</rss>

