TSQL – Best Practice for Current Date Check admin November 9, 2012 How To's In order to check is a Date is the same as today use the following code: DATEDIFF(d, SOMEDATE, GETDATE()) = 0 Tweet Post navigation Previous Previous post: TSQL – GETDATE() Timestamp to 00:00:00Next Next post: None Value in Multiselect Parameter