Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Friday, March 21, 2008
GetDate() with Millisecs
SELECT CONVERT(varchar, GetDate(),20), GetDate()
use Convert() with FormatOption=20
‹
›
Home
View web version