Forum Discussion
mikeburek
Advocate III
7 months agoHow to restore / migrate / copy the stored procedures and view across / to another workspaces?
I want to copy the stored procedures from a Fabric SQL database in one workspace to another workspace. The only options I see are: * Move to another folder within the same workspace * Restore t...
- 7 months ago
There is no solution to do this within Fabric at this time.
There are workarounds with external tools, and some of those methods are the same as a plain SQL Server database.
The reply from deborshi_nag is the closest to how to do it in a Fabric method.
Murtaza_Ghafoor
Super User
7 months agoUnfortunately, there is no copy or restore option available in fabric, currently
1-views
2-SP
3-Functions
are tightly bound to workspace level.
The best approch is to Script Object in Git + Redeploy ti another workspace is best option at the moment, thanks