Insert date value into SQL Server datetime columm

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... as least we're finally at a Resolved status. Thanks for your perseverance, hopefully anyone stumbling across this same issue in SQL Server will make it all the way to the end and save themselves a lot of time.

I've stashed this away in my Favorites on the off-chance I have the... pleasure... of working with that particular database. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
deployDS
Premium Member
Premium Member
Posts: 45
Joined: Thu Mar 09, 2006 9:36 am

Post by deployDS »

Here is the way I did it with ODBC Stage.

Change Datatype to VARCHAR and append the time part to it and load it as VARCHAR for insert/update and it should work.

This post was really helpful, thanks to all of you
Post Reply