Viewing 4 posts - 31 through 34 (of 34 total)
i just tried this statement in SSIS and SSMS
update dbo.emDetail
set dateYear = DATEPART("year",'datestamp')
and am getting the following error
Conversion failed when converting datetime from character string
January 15, 2010 at 7:58 am
good to know. i was beating my head against the desk the last couple of days.
i don't supposed i could trouble you for the sql command to...
January 15, 2010 at 7:28 am
yes. update same table. i currently have datestamp (populated), dateYear (blank), dateMonth (blank) (blank), dateDay (blank). i want to extract the different blank parts from the datestamp....
January 15, 2010 at 7:12 am
i think that everything is mapped correctly. i even stripped everything down to be as simple as i could make it. it is still trying to add new...
January 15, 2010 at 6:56 am
Viewing 4 posts - 31 through 34 (of 34 total)