SQL リポジトリ データベースにアクセスできる場合は、以下のクエリを実行してスケジュールを実行できます。

update XL3ScheduleUpdate set dtUpdated = GetDate() update XL3Schedules set dtNextRunTime = GetDate() where cName = 'My Query'

スケジュールの uniqueid 又はその他の基準に基づいて実行されるようにクエリを変更できます。