Hello All,
I\'ve had some confusion for quite some time with essentially flooring a DateTime SQL type using T-SQL. Essentially, I want to take a
If you're using SQL Server 2008 it has this built in now, see this in books online
CAST(GETDATE() AS date)