Viewing post 1 (of 2 total)
You could try something like
[font="Courier New"]select * from Table where DATEPART(wk, DateField) = DATEPART(wk, GETDATE())[/font]
That would give you all rows from this week.
November 28, 2007 at 12:01 pm
#755076