<?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: cross database from the SQL database itself (not warehouse sql endpoint) in SQL database</title>
    <link>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4698754#M261</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311186" data-lia-user-login="Jerome22" class="lia-mention lia-mention-user"&gt;Jerome22&lt;/a&gt;&amp;nbsp;Thanks for the feedback, this is definently a scenario we would like to support.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;OPENROWSET is coming pretty soon, stay tunned!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 May 2025 15:11:48 GMT</pubDate>
    <dc:creator>HugoQueiroz-MSF</dc:creator>
    <dc:date>2025-05-19T15:11:48Z</dc:date>
    <item>
      <title>cross database from the SQL database itself (not warehouse sql endpoint)</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4694458#M259</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when it will be possible to create cross database queries from within an SQL Database?&lt;BR /&gt;I'm really talking about cross database inside the SQL Database like in a view or stored procedure.&lt;BR /&gt;OR&lt;BR /&gt;having an SQL Database as a target from a lakehouse&lt;/P&gt;&lt;P&gt;I want to load data in my SQL Database using cross databases queries like:&lt;/P&gt;&lt;P&gt;insert into MySQLDatabaseTable&lt;BR /&gt;select *&lt;BR /&gt;from MyLakehouse S1&lt;BR /&gt;where id not exists (Select 1 from MySQLDatabaseTable D1 where D1.id = S1.id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is working fine with my warehouses&lt;BR /&gt;but I want the same behavior in an SQL Database.&lt;/P&gt;&lt;P&gt;I don't want to use notebooks, dataflows, data copy in pipelines etc... the overhead of these tools is so crazy that 80% of my executions are spent on starting activities and not running those activities.&lt;BR /&gt;and this impacts my CU usage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want just pure SQL (which is way way faster, and way way easier to maintain, specialy on small projects)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now I'm stuck with data copy in pipelines&lt;BR /&gt;it's why I want to know if and when cross database queries will be supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 13:31:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4694458#M259</guid>
      <dc:creator>Jerome22</dc:creator>
      <dc:date>2025-05-15T13:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: cross database from the SQL database itself (not warehouse sql endpoint)</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4695961#M260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311186" data-lia-user-login="Jerome22" class="lia-mention lia-mention-user"&gt;Jerome22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;yeah, totally get your point. Right now, &lt;STRONG&gt;cross-database queries inside SQL Databases (not warehouse endpoints)&lt;/STRONG&gt; aren’t supported in Fabric. Only warehouses support that kind of behavior today.&lt;/P&gt;&lt;P&gt;We had the same issue – wanted to do simple INSERT INTO ... SELECT FROM across lakehouse and SQL DB, but had to fall back to pipelines or notebooks, which as you said, are heavy and slow for small jobs.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No official ETA&lt;/STRONG&gt; yet on when/if SQL DBs will support cross-db queries natively. But it’s a common ask, so hopefully it’s on the roadmap.&lt;/P&gt;&lt;P&gt;For now, only options are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use warehouse endpoints (if possible)&lt;/LI&gt;&lt;LI&gt;Use pipelines (yeah, I know…)&lt;/LI&gt;&lt;LI&gt;Or land the data in a shared lakehouse table and query from there&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Would be great if Fabric SQL DBs supported EXTERNAL TABLE or OPENROWSET style access in the future.&lt;/P&gt;&lt;P&gt;If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 16 May 2025 12:12:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4695961#M260</guid>
      <dc:creator>burakkaragoz</dc:creator>
      <dc:date>2025-05-16T12:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: cross database from the SQL database itself (not warehouse sql endpoint)</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4698754#M261</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311186" data-lia-user-login="Jerome22" class="lia-mention lia-mention-user"&gt;Jerome22&lt;/a&gt;&amp;nbsp;Thanks for the feedback, this is definently a scenario we would like to support.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;OPENROWSET is coming pretty soon, stay tunned!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 May 2025 15:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4698754#M261</guid>
      <dc:creator>HugoQueiroz-MSF</dc:creator>
      <dc:date>2025-05-19T15:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: cross database from the SQL database itself (not warehouse sql endpoint)</title>
      <link>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4708801#M293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="311186" data-lia-user-login="Jerome22" class="lia-mention lia-mention-user"&gt;Jerome22&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As suggetsed by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1236445" data-lia-user-login="HugoQueiroz-MSF" class="lia-mention lia-mention-user"&gt;HugoQueiroz-MSF&lt;/a&gt;&amp;nbsp; &lt;SPAN&gt;we will definitely consider this to support in future releases.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend submitting your detailed feedback and ideas through Microsoft's official feedback channels, such as the&amp;nbsp;&lt;A href="https://ideas.fabric.microsoft.com/ideas/search-ideas/" target="_blank"&gt;&lt;SPAN&gt;Microsoft Fabric Ideas&lt;/SPAN&gt;&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&amp;nbsp;&lt;SPAN&gt;Accepting as solution&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;SPAN&gt;"Kudos"&lt;/SPAN&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 10:37:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/SQL-database/cross-database-from-the-SQL-database-itself-not-warehouse-sql/m-p/4708801#M293</guid>
      <dc:creator>v-sathmakuri</dc:creator>
      <dc:date>2025-05-27T10:37:04Z</dc:date>
    </item>
  </channel>
</rss>

