DATEPART: The 'real' datepart
2006-07-07 10:18 r475 [permalink]
→ DATEPART: The 'real' datepart
similar to this, the code to 'get monday':
DATEADD([WEEK],DATEDIFF([WEEK],0,GETDATE()),0)
GETDATE()