Forum Discussion
ritz
6 months agoAdvocate I
SQL Server Agent in Fabric Warehouse
Hello, I'm one of the DEs in our analytics team and we are using Fabric as our main analytics solution for all the ETL. I have a requirement to run astored procedure every 30 minutes on one o...
- 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
ritz
5 months agoAdvocate I
Thanks, but just a suggestion next time, make that clear, otherwise it's misleading since the "success" part of just creating the procedure, not running it.
v-dineshya
5 months agoCommunity Support