I need to be able to create a dynamic list of dates. I would prefer to find a way to do it in a query instead of building a procedure to accomplish the goal.
The user will be passing in a starting and ending date. I want to take these and somehow generate a list of all possible dates between the two. Then these will be outer joined to another table to fill in gaps in the data.
tangocasa
The user will be passing in a starting and ending date. I want to take these and somehow generate a list of all possible dates between the two. Then these will be outer joined to another table to fill in gaps in the data.
tangocasa