I need to make a temporary table that holds of range of dates, as well as a couple of columns that hold placeholder values (0) for future use. The dates I need are the firs
select top (datediff(D,@start,@end)) dateadd(D,id-1,@start) from BIG_TABLE_WITH_NO_JUMPS_IN_ID