Create images from a SQLServer image data field

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

Post Reply
diegolenimois
Participant
Posts: 1
Joined: Wed May 25, 2005 9:01 am

Create images from a SQLServer image data field

Post by diegolenimois »

Hello,

I have a table on SQLServer containing a field of type 'image'. I want to read from this field to create the corresponding image files. Is it possible to do that with DataStage?
If the answer is yes, please give me some advice on how to do this.

Thanks for your help.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage doesn't have an image stage, it would just take this data (as a binary datatype) and pass it through to wherever you wish to send it. If you know the format of your image files, or if each entry in the "image" column is it's own file, then you could use DataStage to do this.
Post Reply