문제

I'm looking for a query to convert records in the dbo.sysschedules table into individual records for each occasion the schedule is expected to run.

For example, a schedule is set to run once every day for the month of August 2012. The query would produce a result with 31 records.

The above is a very simple example, though I am looking for query to cover all scenarios that could occur when creating a schedule.

Is there a query or stored procedure already out there what does this?

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top