Forum Discussion
Fabric SQL- Good to have features
HI ,
I have started using MS Fabric and i see some of the useful features for data engineering activiites still needs to be added.
Thank you.
Yes, i think we can try with .net SDK way of genrating backup or dacpac files and restore it . But if we have direct options like "generate Scripts", "Back Up" and "Extract/Export Datatire applications" for the users.
6 Replies
- suparnababu8
Super User
Hi KKOMMAL
You ahve raised a very practical and important point. Thanks for bringin up this into community forum. I would recommed you please submit your idea here Fabric Ideas - Microsoft Fabric Community
Once you submit, based on voting MSFT may implement this in future.
Thank you!
Did I answer your question? Mark my post as a solution!
Proud to be a Super User!- KKOMMALNew Member
Hi suparnababu8
I have posted the idea/suggestion. Lets see how many memebrs agree with this requriement. Thank you.
Fabric SQL - Adding Generate Scripts Option - Microsoft Fabric Community
- v-achippa
Community Support
Hi KKOMMAL,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @Lodha_Jaydeep for the prompt response.
Thank you for the response and confirming that you have raised this in the ideas forum. Thank you for being part of Microsoft Fabric Community.
Thanks and regards,
Anjan Kumar Chippa
- KevinChant
Super User
can create database projects from databases, which essentially contains all the schema scripts.
https://learn.microsoft.com/en-us/sql/tools/sql-database-projects/sql-database-projects?view=sql-server-ver17
You can perform CI/CD with these database projects as well, just like people have done in the past with SQL Server...- KKOMMALNew Member
Thank you.
Yes, i think we can try with .net SDK way of genrating backup or dacpac files and restore it . But if we have direct options like "generate Scripts", "Back Up" and "Extract/Export Datatire applications" for the users.
- KevinChant
Super User
I would go through the below Microsoft Learn module to figure out what some of your options are:
https://learn.microsoft.com/en-us/training/modules/implement-cicd-sql-database-projects/