How to load spreadsheets data into SQL Server thru Datastage

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
aschand
Participant
Posts: 57
Joined: Thu Jan 03, 2008 9:28 pm

How to load spreadsheets data into SQL Server thru Datastage

Post by aschand »

Hi,

Can any one please explain me the procedure of loading a spread sheet data into a SQL Server with the table created already in the SQL Server using Datastage where SQL Server is the source.


Thanks for your Help
aschand
ds2000
Premium Member
Premium Member
Posts: 109
Joined: Sun Apr 22, 2007 7:25 pm
Location: ny

Post by ds2000 »

If source is spread sheet then just use the SEQUENTIAL FILE stage and link to database stage. do your transformation in any appropriate stage or use transformer in between.
aschand
Participant
Posts: 57
Joined: Thu Jan 03, 2008 9:28 pm

Post by aschand »

Thanks for your reply....

But here the source is SQL Server... So how do I load spreadsheet data into SQL Server using Datastage Parallel job?

ds2000 wrote:If source is spread sheet then just use the SEQUENTIAL FILE stage and link to database stage. do your transformation in any appropriate stage or use transformer in between.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Source is SQL Server. Target is SQL Server. Where does "spreadsheet" come into the picture?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
rjhcc
Premium Member
Premium Member
Posts: 34
Joined: Thu Jan 27, 2005 4:20 pm

Which is it: SQL or Excell?

Post by rjhcc »

You are asking how to load an Excell file into SQL Server and you have been shown how.

I'm not sure I know how your data can be an Excell file and a SQL Server table at the same time.

Please clarify.....be specific...
rjhcc
Post Reply