(Another) Ben
Member since Dec 11, 2008
- Profile: /members/1548-another-ben.htm
- Comments: 2
Recent Blog Comments By (Another) Ben
-
Careful When Trying To CAST DATETIME AS INT
Posted on Sep 29, 2006 at 3:31 PM
Yikes - nice catch! I've got to go fix my code.... read more »
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Sep 26, 2006 at 10:22 AM
Very helpful, Ben. I, too, needed just the date within SQL. I tried CASTing as INT and it seems to work fine. Saves from using FLOOR(). Thanks again - Ben... read more »