Forum Discussion
SQL Server Agent in Fabric Warehouse
- 6 months ago
Hi ritz ,
Thank you for the update. For most cost effective and less memory , please prefer below option.
Data Pipeline --> Stored Procedure activity (scheduled with Job Scheduler).
Their is no SQL server agent in fabric, you can use above option to acheive your desired result.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi Dinesh,
Thanks for the detailed reply!
Our procedure looks very similar do the one you shared. Do you know which option would be the most cost-effective, and less memory-heavy?
We liked the idea of SQL Server Agent because it didn't have to being a session and connect to the db, but in Fabric we have to go with a different approach then.
Hi ritz ,
Thank you for the update. For most cost effective and less memory , please prefer below option.
Data Pipeline --> Stored Procedure activity (scheduled with Job Scheduler).
Their is no SQL server agent in fabric, you can use above option to acheive your desired result.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
- oussamahaimoud4 months agoMemorable Member
Very special thanks !