Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
Si_7777
Helper I
Helper I

Indentity and surrogate key

I currently have a Data Warehouse in SQL Server.  We have a database for staging and a database for the Data Warehouse containing dimension and facts.  We use SSIS to ETL the data from legacy to staging and then to the DW.  I am looking to move this into the cloud preferably Fabric.  

 

Just trying to create fact and dimension tables and have already run into a problem  : 

The IDENTITY Keyword is not supported in the CREATE TABLE statement in this edition of SQL server

 

Surely this is funamental to how a related DW works whats the solution to work around?

2 ACCEPTED SOLUTIONS
NandanHegde
Super User
Super User

Below link describes the alternatives:

https://www.linkedin.com/pulse/overcoming-identity-column-limitations-microsoft-reza-khajavinia-oudz...

 

Fabric warehouse is an MPP framework and OLAP (more for analytics purpose)

 

In case if you want a replicae of SQL server, you can leverage fabric databases rather than fabric warehouse for your use case




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

View solution in original post

AndyDDC
Super User
Super User

Hi @Si_7777 you can also use this approach in Fabric Warehouses, which is what I currently use

Generate unique identifiers in a warehouse table - Microsoft Fabric | Microsoft Learn

 

As @NandanHegde said, if you need all the functionality of an RDBMS then Fabric SQL Databases have you covered.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Si_7777,

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.

If these also don't help, please share more detailed information and description to help us clarify your scenario to test.

Regards,

Xiaoxin Sheng

AndyDDC
Super User
Super User

Hi @Si_7777 you can also use this approach in Fabric Warehouses, which is what I currently use

Generate unique identifiers in a warehouse table - Microsoft Fabric | Microsoft Learn

 

As @NandanHegde said, if you need all the functionality of an RDBMS then Fabric SQL Databases have you covered.

NandanHegde
Super User
Super User

Below link describes the alternatives:

https://www.linkedin.com/pulse/overcoming-identity-column-limitations-microsoft-reza-khajavinia-oudz...

 

Fabric warehouse is an MPP framework and OLAP (more for analytics purpose)

 

In case if you want a replicae of SQL server, you can leverage fabric databases rather than fabric warehouse for your use case




----------------------------------------------------------------------------------------------
Nandan Hegde (MSFT Data MVP)
LinkedIn Profile : www.linkedin.com/in/nandan-hegde-4a195a66
GitHUB Profile : https://github.com/NandanHegde15
Twitter Profile : @nandan_hegde15
MSFT MVP Profile : https://mvp.microsoft.com/en-US/MVP/profile/8977819f-95fb-ed11-8f6d-000d3a560942
Topmate : https://topmate.io/nandan_hegde
Blog :https://datasharkx.wordpress.com

Thank you for replying.  I wouldnt say we need to replicate SQL server as such.  I have been tasked with moving our current solution to the cloud and I asssumed Fabric Data Warehousing was the way forward.  We have dimensions and facts currently using SSIS for ETL. 

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.