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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Toi69___
Frequent Visitor

How deploye just one stored proc from a dwh

Hello 

I have a datawarehouse with several stroed procedures.
I want to deploye just 1 stored procedure from ma DEV to my PROD.
For now i deploye all my dwh with all my stored procedures.

Is there a way th deploye just one of thoses strored procedure ?

Thank you

5 REPLIES 5
v-tsaipranay
Community Support
Community Support

Hi @Toi69___ ,

 

We haven’t received an update from you in some time. Could you please let us know if the issue has been resolved?
If you still require support, please let us know, we are happy to assist you.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @Toi69___ ,

 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @Toi69___ ,

 

I wanted to follow up on our previous suggestions. We would like to hear back from you to ensure we can assist you further.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @Toi69___ ,

Thank you for reaching out to the Microsoft fabric community forum.

 

Yes, you can deploy a single stored procedure from your Dev environment to Prod without redeploying the entire data warehouse. As @NandanHegde  mentioned, using a Database Project in SQL Server Data Tools (SSDT) is a good approach. By including only, the specific stored procedure in your project and generating a DACPAC, you can deploy just that object in a controlled and versioned way. This method works well in environments with multiple developers or pipelines.You can refer to the official Microsoft documentation on SQL Server Data Tools - SQL Server Data Tools (SSDT) | Microsoft Learn for more details.

 

Alternatively, for simple one-off changes, you can extract the CREATE OR ALTER PROCEDURE script from your Dev environment and run it manually in Prod using tools like SSMS or Azure Data Studio. This method is quick and effective but be sure to review and track versions manually. If your Microsoft Fabric workspace is Git-enabled, you can also use Git integration to commit only the updated stored procedure and promote it through Fabric Deployment Pipelines, which helps maintain version control and consistency for more information can be found in the Microsoft Learn article on Overview of Fabric Git integration - Microsoft Fabric | Microsoft Learn

Hope this helps. Please reach out for further assistance.

 

Thank you.

NandanHegde
Super User
Super User

You can create a Database project and deploy the changes via DACPAC :

https://www.kevinrchant.com/2024/10/22/fabricators-guide-to-database-projects-for-microsoft-fabric-d...

 

In the database project just have the SP that you need to deploy




----------------------------------------------------------------------------------------------
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

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.