The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
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.
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.
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.
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.
You can create a Database project and deploy the changes via DACPAC :
In the database project just have the SP that you need to deploy
User | Count |
---|---|
19 | |
13 | |
6 | |
3 | |
3 |
User | Count |
---|---|
49 | |
25 | |
17 | |
12 | |
12 |