Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我的 webscraper 构建了一个 RESTFUL API,并且想知道是否有办法在 SSIS 中安排 API 调用?类似于 cronjob 调度程序的东西
您可以拥有一个 SSIS 包,其中包含用于调用 API 的脚本任务。然后部署包。然后创建一个作业,在其中调用包并安排它(每天/每周/每月/每 x 分钟等)
希望这可以帮助。