Viewing 4 posts - 1 through 4 (of 4 total)
Tom Goltl (11/21/2006)
-- Returns Date Portion Only
dateadd(d, 0, datediff(d, 0, getdate())) As DateOnly
That SQL was just what I was looking for. Thanks Tom! 🙂
December 10, 2008 at 4:02 am
Just to say that I found Jonathan Stokes code very useful. Thanks!
August 31, 2007 at 3:32 am
Hi Frank,
Thanks for the link. Very interesting!
Mike
March 3, 2005 at 9:32 am
Hi Julian,
I was having a similar problem updating a datetime field in a trigger. Was trying to stuff the date in as dd/mm/yyyy when it should have been mm/dd/yyyy. It...
March 3, 2005 at 4:56 am
Viewing 4 posts - 1 through 4 (of 4 total)