Home Unanswered Active Tags New Question

Creating reports with SQL and recurrent appointments?

Hi there,

I'm having troubles creating reports with T-SQL having a table with recurrent appointments which off course only has the base appointments and possible exceptions.
Is there any SQL-code available to 'expand' the appointments within SQL using the stored recurrence-info?

The only other option would be to get the records from the database, expand them within an application and save the expanded records back to the database, where I could use them to create the reports. That sounds like a hassle?

Thank you for any tips!

Asked by Gabriel 8 months ago.
Replies

The only option I can see is to try to create a .NET stored procedure and call the RecurrenceExpander from there. I haven't tried it, however.

Answer posted by Dan Letecky [DayPilot] 8 months ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java