SQL Server Agent Schedule - hourly on the half

依然范特西╮ 提交于 2021-01-28 10:23:12

问题


I've created an SSIS package to connect to an external provider and download some data over FTP. They tell me their process creates the data once an hour, on the hour, however I would like to execute my package every hour on the half because I want to ensure their process is finished before I connect.

SQL Agent Schedule

As you can see, I've created a daily schedule which runs hourly starting at 00:30. Is this all that is required for what I want it to do or am I missing something?

Thanks


回答1:


Is this all that is required for what I want it to do?

YES!



来源:https://stackoverflow.com/questions/29698211/sql-server-agent-schedule-hourly-on-the-half

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!