Forum Discussion
PraveenVeli
5 months agoAdvocate I
Identity Insert On Warehouse table
Hi, With data warehouse, I heard IDENTITY_INSERT is now supported on identity columns. When I try to use IDENTITY_INSERT, I still get the "Incorrect syntax near 'IDENTITY_INSERT'." error. CREATE...
- 5 months ago
Hi deborshi_nag ,
This is when we want to specifically insert data into the Identity column—not always, but when we need to add particular default records to that table. Got some help from Microsoft, and it looks like that feature will be available within the next two weeks.
RajeshM
5 months agoAdvocate II
Hi PraveenVeli,
This is a feature I am looking forward to as well, but according to this (https://learn.microsoft.com/en-us/fabric/data-warehouse/identity#limitations) we can't use IDENTITY_INSERT is not supported yet. The IDENTITY column is still in preview as well.
If you find my response useful, please give a thumbs up.