Ryan
Member since Dec 11, 2008
- Profile: /members/912-ryan.htm
- Comments: 1
Recent Blog Comments By Ryan
-
Getting Only The Date Part Of A Date/Time Stamp in SQL Server (Revisited)
Posted on May 28, 2008 at 4:37 PM
One drawback to using the CONVERT function is that it is not language independent - ie: if you need to support French or other language settings for SQL Server these methods will cause problems. To support french and english we created a UDF that returns the following as a datetime: DATEDIFF(d, 0, ... read more »