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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Humayun4312
New Member

Limitations of Store Procedure in MS Fabric Warehouse

I am exploring store procedures in MS Fabric Warehouse and notice some functionality is not available. For example return statement and random function. 

Has any one use store procedures in MS Fabric for clients. What issues you have faced in moving from SQL Server to Fabric Warehouse specially store procedures.

1 ACCEPTED SOLUTION
AndyDDC
Solution Sage
Solution Sage

Hi @Humayun4312 it's worth checking the T-SQL limitations for Fabric Warehouses here https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area

View solution in original post

6 REPLIES 6
Humayun4312
New Member

Thanks @AndyDDC

I will keep visting this page time to time to see if new information added in it regarding TSQL capabilities in MS Fabric.

Hi @Humayun4312 

 

Please refer to this link for limitations in Fabric Warehouse: 
https://learn.microsoft.com/en-us/fabric/data-warehouse/limitations
https://learn.microsoft.com/en-us/fabric/data-warehouse/sql-query-editor

 

For additional information please refer : Migrating Azure Synapse Dedicated SQL to Microsoft Fabric (dataroots.io)

Hope this helps. Please let us know if you have any further queries.

 

Thank you.

Hi @Humayun4312 

 

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.

 

Thanks.

The article links shared in this thread are helpful.

 

I am posting some limitations that I found for my particular case and that people migrating from SQL Server to Fabric Warehouse need to keep in view:

 

1. Nvarchar and DateTime datatype are not available in MS Fabric. Instead we have Varchar and DateTime2.
2. Column names in SQL query in MS Fabric are case sensitive.
3. Trunacte table statement is not supported.
4. Temporary tables are not supported.

Hi @Humayun4312 

 

Glad that your query got resolved and you were able to find some insights. Thank you for sharing the same with the community as it can be helpful to others.
Please continue using Fabric Community for further queries.

 

Thank you.

AndyDDC
Solution Sage
Solution Sage

Hi @Humayun4312 it's worth checking the T-SQL limitations for Fabric Warehouses here https://learn.microsoft.com/en-us/fabric/data-warehouse/tsql-surface-area

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

Expanding the Synapse Forums

New forum boards available in Synapse

Ask questions in Data Engineering, Data Science, Data Warehouse and General Discussion.

MayFabricCarousel

Fabric Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Solution Authors