Viewing 3 posts - 1 through 3 (of 3 total)
A genuinely insightful and practical article. I recognise a good article when I go away and try it immediately. Thank you.
June 23, 2005 at 1:42 am
#567776
Don't know how I didn't spot this article first time round! Great. Made me believe I can start fiddling around with the SQL...
August 16, 2004 at 2:10 am
#519044
Johnathan's method works very well, but a slight amendment is required otherwise it cuts the first character off the front. The command should read :
SELECT RIGHT(STUFF(CONVERT(char(26),GETDATE(),9),21,4,' '),11)
Thanks Jonathan. That's a...
December 18, 2003 at 4:46 am
#486896