k
Member since Dec 11, 2008
- Profile: /members/870-k.htm
- Comments: 1
Recent Blog Comments By k
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Aug 20, 2008 at 9:50 AM
INSERT INTO #date (Date) values (GetDate()) go SELECT Convert (char (10), GETDATE() , 101) FROM #date... read more »