Viewing post 1 (of 2 total)
Here's another method for removing the time from a datetime value I picked up from a colleague.
select dateadd(day,0,datediff(day,0,getdate()))
April 28, 2009 at 1:52 pm
#985452