<?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: Complete SQL Server database migration in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4902256#M14074</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Thank you for your prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/SPAN&gt;could you please try the proposed solution shared by&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;&amp;nbsp; ? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2025 13:28:56 GMT</pubDate>
    <dc:creator>v-dineshya</dc:creator>
    <dc:date>2025-12-15T13:28:56Z</dc:date>
    <item>
      <title>Complete SQL Server database migration</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4900448#M14025</link>
      <description>&lt;P&gt;I have a SQL Server database called db_info with tables, views, stored procedures, functions, synonyms, etc., and linked servers that point to other SQL Servers and MySQL servers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have some stored procedures that perform operations with these components and with the linked servers, i.e., the SPs take data from external servers. These SPs are called by external ad hoc reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to migrate the SQL Server database db_info to Fabric and be able to call those SPs in Fabric. In other words, I need to migrate and expose the same information so that it can be exploited by my external reports.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have identified at least two problems:&lt;BR /&gt;1. I don't know how to handle linked servers to SQL Server and MySQL databases. I'm not going to migrate these; I need the Fabric SPs (from the lakehouse, I guess) to be able to access those databases in a virtualized way, but as far as I know, theese connectors (SQL Server and MySQL) are not supported yet by shortcuts.&lt;BR /&gt;2. Some db_info SPs perform operations to create and insert data into temporary tables, and I don't think this can be done in a lakehouse SP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas on how can I migrate SQL Server db to Fabric, expose the data and SP, and be able to perform the same operations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 08:01:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4900448#M14025</guid>
      <dc:creator>amaaiia</dc:creator>
      <dc:date>2025-12-12T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Complete SQL Server database migration</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4900494#M14028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;,&amp;nbsp;you could think about the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Consider migrating your db_info database to a Warehouse instead of a Fabric SQL Database. Warehouses also support stored procedures and temporary tables.&lt;/LI&gt;&lt;LI&gt;For the SQL Server data that you now extract with linked servers, consider using mirroring the data to Fabric.&lt;/LI&gt;&lt;LI&gt;For the MySQL server data you could also consider using &lt;A href="https://learn.microsoft.com/en-us/fabric/mirroring/open-mirroring" target="_self"&gt;open mirroring&lt;/A&gt;. But if that's too complecated you could also consider using pipelines or this notebook&amp;nbsp;&lt;A href="https://github.com/microsoft/fabric-toolbox/blob/main/samples/open-mirroring/mysql%20Mirroring/mysqlmirroring.ipynb" target="_blank"&gt;fabric-toolbox/samples/open-mirroring/mysql Mirroring/mysqlmirroring.ipynb at main · microsoft/fabric-toolbox&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Unfortunately we cannot yet create shortcuts in Warehouses (&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Lakehouse-Shortcuts-available-in-Warehouse-also/idi-p/4511436" target="_self"&gt;Vote for the idea)&lt;/A&gt;, so you have to maybe have to use pipelines to get all the data together into the same Warehouse.&lt;/P&gt;&lt;P&gt;Considerations 2-3 also work when you still choose to use Fabric SQL Database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps figuring this one out.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2025 09:54:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4900494#M14028</guid>
      <dc:creator>nielsvdc</dc:creator>
      <dc:date>2025-12-12T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Complete SQL Server database migration</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4902256#M14074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Thank you for your prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/686932"&gt;@amaaiia&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/SPAN&gt;could you please try the proposed solution shared by&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/290706"&gt;@nielsvdc&lt;/a&gt;&amp;nbsp;&amp;nbsp; ? Let us know if you’re still facing the same issue we’ll be happy to assist you further.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 13:28:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Complete-SQL-Server-database-migration/m-p/4902256#M14074</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-12-15T13:28:56Z</dc:date>
    </item>
  </channel>
</rss>

