select min(date), max(date) from calendar where week = datepart(week, getdate() - 7) and year = datepart(year, getdate() - 7)