Question

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?

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top