Azlan Bin Abdullah
Member since Aug 20, 2009
- Profile: /members/4136-azlan-bin-abdullah.htm
- Comments: 2
Recent Blog Comments By Azlan Bin Abdullah
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Aug 20, 2009 at 9:43 AM
@Ben, I believe it is the fastest way period in pre 2008 sql. Thanks @Mat for giving a through explaination.... read more »
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Aug 20, 2009 at 7:16 AM
This is the fastest most efficient way without doing any converts/casts: DATEADD(dd, DATEDIFF(dd,0,getdate()),0)... read more »