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

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

Reply
supri03
Helper I
Helper I

Cannot see Stored Procedure in the Warehouse

Hi All,

 

I have have a stored procedure, the code executed successfully, but I can't view it in Stored Procedures Folder.

supri03_0-1705548500394.png

 

When I run the command EXEC command, I get this below error

supri03_1-1705548558776.png

 

Please guide me on this, thanks !

3 REPLIES 3
Anonymous
Not applicable

Hi @supri03 
Thanks for using Fabric Community.
The error "The query references an object that is not supported in distributing process mode" indicates that the stored procedure is attempting to use a feature or object that isn't compatible with distributed processing. This often involves system functions, temporary tables, or certain table-valued functions.

Avoid using the queries that join external data with system views, load external data in a temp table, or use some security or metadata functions to filter external data.

Can you please review the code of the stored procedure? 
Try to examine the code for any unsupported objects or functions. Check the Fabric documentation for a comprehensive list of unsupported features in distributed mode.
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

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

Anonymous
Not applicable

Hi @supri03 
We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.
Thanks

Anonymous
Not applicable

Hi @supri03 
We haven’t heard from you on the last response and was just checking back to see if your query got resolved. Otherwise, will respond back with the more details and we will try to help.
Thanks

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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