Problem while loading sqlserver table using parallel extende

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Problem while loading sqlserver table using parallel extende

Post by snt_ds »

Hi,

My Requirement is to laod the data from oracle to sql server using parallel extender.
while loading into sql server table, NextRunDate field having a datatype of datetime is populating with NextRunDate filed from oracle table datatype of timestamp. But records are not loading into sql server table and throwing warning message like "Dateoverflow".

Could any one help me about DateTime datatype in sqlserver?

Thanks in Advance,
snt
snt_ds
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Post by snt_ds »

Any body please help me
snt_ds
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Learn patience.

If someone knows an answer then that someone will post it as and when they can.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

It has to be the milli/nano seconds. Oracle allows more than 6 while sql server is restricted to 3.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
sunithakona
Participant
Posts: 2
Joined: Thu Jan 29, 2009 7:00 pm

Post by sunithakona »

Try using the character data type in SQL Server load stage.
Post Reply