<?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: Fabric SQL Database Mirroring Error With Large Columns in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4112913#M1469</link>
    <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="655935" data-lia-user-login="blull" class="lia-mention lia-mention-user"&gt;blull&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Any update on this? Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 07:29:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-08-22T07:29:44Z</dc:date>
    <item>
      <title>Fabric SQL Database Mirroring Error With Large Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4102329#M1424</link>
      <description>&lt;DIV&gt;I've mirrored a database to Fabric that is a large varchar column, and as a result I'm not able to query the table at all.&amp;nbsp; Is there something I can do to fix this?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Started running query at line&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Failed to read parquet file because the column segment for column 'Description' is too large. Underlying data description: 'table 'dbo.dbo_LoanCommunication',&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Aug 2024 12:42:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4102329#M1424</guid>
      <dc:creator>blull</dc:creator>
      <dc:date>2024-08-15T12:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric SQL Database Mirroring Error With Large Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4103305#M1429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="655935" data-lia-user-login="blull" class="lia-mention lia-mention-user"&gt;blull&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Did this field define with VARCHAR(max) or other size that larger than VARCHAR(8000)? AFAIK, current the data warehouse support the VARCHAR(8000) type.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/mirrored-database/troubleshooting#some-of-the-data-in-my-column-appears-to-be-truncated" target="_blank"&gt;Troubleshoot Fabric mirrored databases - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;Some of the data in my column appears to be truncated&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#808080"&gt;&lt;EM&gt;The Fabric warehouse does not support VARCHAR(max) it only currently supports VARCHAR(8000).&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You may need to split them to multiple fields or waiting for the next release for add support with VARCHAR(max).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/release-plan/data-warehouse#investment-areas" target="_blank"&gt;What's new and planned for Synapse Data Warehouse in Microsoft Fabric - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;Feature&lt;/TD&gt;
&lt;TD width="50%"&gt;Estimated release timeline&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/release-plan/data-warehouse#varchar(max)-varbinary(max)-types" data-linktype="self-bookmark" target="_blank"&gt;VARCHAR(MAX)/VARBINARY(MAX) types&lt;/A&gt;&lt;/TD&gt;
&lt;TD width="50%"&gt;Q3 2024&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 02:09:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4103305#M1429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-16T02:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric SQL Database Mirroring Error With Large Columns</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4112913#M1469</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="655935" data-lia-user-login="blull" class="lia-mention lia-mention-user"&gt;blull&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Any update on this? Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;If these also don't help, please share more detailed information and description to help us clarify your scenario to test.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:29:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Fabric-SQL-Database-Mirroring-Error-With-Large-Columns/m-p/4112913#M1469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-22T07:29:44Z</dc:date>
    </item>
  </channel>
</rss>

