• Thanks much.

    Does this job have to be scheduled to run daily? How about if I just want to collect the data once a week, or once a month?

    If so, do I need to change the view for the column of daily_growth_mb,

    because in the view it is like AND d2.dt = DATEADD(dd, - 1, d1.dt)

    If I don't change it, and I collect only once a week, then I think it will has no records. correct?

    Thanks