I need to create a stored procedure that when passed the starting date and ending date, will return a result set that has one record for day of the month and a count for how many records where scheduled for that day, even if there are no records for that day.
I can create a set down, group by date, but it will only return records for days where there are records. Days that don't have records are not return.
Thanks for any ideas
Kirk
I can create a set down, group by date, but it will only return records for days where there are records. Days that don't have records are not return.
Thanks for any ideas
Kirk