darkdusky
Member since Sep 17, 2009
- Profile: /members/4334-darkdusky.htm
- Comments: 1
Recent Blog Comments By darkdusky
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Sep 17, 2009 at 5:56 AM
SQL Server 2008's new datatype of date lets us get just the date part of a datetime easier without the trailing zeros. Select convert(date, GETDATE(), 103) as EVENT_Date... read more »