Which method provides the best performance when removing the time portion from a datetime field in SQL Server?
a) select DATEADD(dd, DATEDIFF(dd, 0, getdate(
SELECT CAST(CAST(GETDATE() AS DATE) AS DATETIME)