dhoward007
Programmer
I have a column in my db that stores the date value as the following in varchar
07292002163002
mmddyyyyhhmmss
I need to convert this to datetime and am having no luck.
below is my attempt.
select convert(datetime, timestampd, 109) from stage_uptime
Any suggestions??
07292002163002
mmddyyyyhhmmss
I need to convert this to datetime and am having no luck.
below is my attempt.
select convert(datetime, timestampd, 109) from stage_uptime
Any suggestions??