<?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: Indexing not supported in Fabric datawarehouse? in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327629#M643</link>
    <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269566" data-lia-user-login="duttasoumya" class="lia-mention lia-mention-user"&gt;duttasoumya&lt;/a&gt;!&amp;nbsp; It looks like we have an issue where if you run all the statements you showed at the same time, it will give the error but if you run them one at a time, it works correctly.&amp;nbsp; I'll track that internally to get it resolved, thank you for finding it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep track of requests for updating the documentation for possibly adding a note about indexes being a known limitation.&amp;nbsp; Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 14:35:49 GMT</pubDate>
    <dc:creator>KevinConanMSFT</dc:creator>
    <dc:date>2023-07-12T14:35:49Z</dc:date>
    <item>
      <title>Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3320599#M640</link>
      <description>&lt;P&gt;Following the documentation at,&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/table-constraints" target="_blank"&gt;Primary, foreign, and unique keys - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following T-SQL to create an index on my table &lt;STRONG&gt;TestIndex&lt;/STRONG&gt;&amp;nbsp;with a field &lt;STRONG&gt;Id&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;DROP TABLE IF EXISTS [dbo].[TestIndex];

CREATE TABLE [dbo].[TestIndex]
(
    [Id] int NOT NULL,
    [Name] varchar(10) NULL
);

ALTER TABLE [dbo].[TestIndex] ADD CONSTRAINT PK_TestIndex PRIMARY KEY NONCLUSTERED (Id) NOT ENFORCED;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;led to,&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Well, if creation of indexes is not supported, should it not be included in the set of limitations documented at,&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area" target="_blank" rel="noopener"&gt;T-SQL surface area - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 15:26:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3320599#M640</guid>
      <dc:creator>duttasoumya</dc:creator>
      <dc:date>2023-07-07T15:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3326145#M641</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269566" data-lia-user-login="duttasoumya" class="lia-mention lia-mention-user"&gt;duttasoumya&lt;/a&gt;&amp;nbsp;Thanks for posting your question in Microsoft Fabric Community&lt;SPAN&gt;&lt;SPAN class=""&gt;Thanks for the feedback. and I agree with you, we can add this as a known limitation there too. Currently, we have this on the docs for tables: &lt;A class="" title="https://learn.microsoft.com/en-us/fabric/data-warehouse/tables#limitations" href="https://learn.microsoft.com/en-us/fabric/data-warehouse/tables#limitations" target="_blank" rel="noreferrer noopener" aria-label="Link Tables in data warehousing - Microsoft Fabric | Microsoft Learn"&gt;Tables in data warehousing - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Geetha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 23:27:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3326145#M641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-11T23:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327338#M642</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Anonymous&lt;/a&gt;. I just wanted to underline that the example given above has been taken from the official documentation (first link in the post). Perhaps the documentation in that link itself needs an update, aside from adding the limitation.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:34:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327338#M642</guid>
      <dc:creator>duttasoumya</dc:creator>
      <dc:date>2023-07-12T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327629#M643</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269566" data-lia-user-login="duttasoumya" class="lia-mention lia-mention-user"&gt;duttasoumya&lt;/a&gt;!&amp;nbsp; It looks like we have an issue where if you run all the statements you showed at the same time, it will give the error but if you run them one at a time, it works correctly.&amp;nbsp; I'll track that internally to get it resolved, thank you for finding it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll keep track of requests for updating the documentation for possibly adding a note about indexes being a known limitation.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:35:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327629#M643</guid>
      <dc:creator>KevinConanMSFT</dc:creator>
      <dc:date>2023-07-12T14:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327677#M644</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="472920" data-lia-user-login="KevinConanMSFT" class="lia-mention lia-mention-user"&gt;KevinConanMSFT&lt;/a&gt; &amp;nbsp;for looking into this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="269566" data-lia-user-login="duttasoumya" class="lia-mention lia-mention-user"&gt;duttasoumya&lt;/a&gt;&amp;nbsp;as Kevin mentioned can you try executing&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class=""&gt;individually and let us know if you have any issues?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Geetha&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/3327677#M644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Indexing not supported in Fabric datawarehouse?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/4171719#M1699</link>
      <description>&lt;P&gt;As a late follow-up, this appears to work correctly now.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 22:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Indexing-not-supported-in-Fabric-datawarehouse/m-p/4171719#M1699</guid>
      <dc:creator>mikeburek</dc:creator>
      <dc:date>2024-09-24T22:03:18Z</dc:date>
    </item>
  </channel>
</rss>

