Loading to SQL Server

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
bensonian
Participant
Posts: 42
Joined: Tue Nov 22, 2005 2:12 pm

Loading to SQL Server

Post by bensonian »

Hi

Is there a way/ stage to directly write target data to SQL server from DataStage 7.5.1 . My source is a flat file and with some basic business transformations can i load the data directly to SQL Server inspite of writing to a flat file and loading it.

All your help would be appreciated.
thumsup9
Charter Member
Charter Member
Posts: 168
Joined: Fri Feb 18, 2005 11:29 am

Post by thumsup9 »

You can use an ODBC Enterprise Stage or a DRS stage , depending on your requiremnnt. Enterprise stage is the option.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

Since you are running on a Windows platform you also have available the SQL Server Enterprise stage.

However it is not possible to run parallel jobs on Windows version 7.5.1. You can design them, but you can't run them. You need version 7.5x2 to be able to run them in the parallel framework.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply