How to copy data from multiple queries to same excel destination in ssis

  • thanks a lot. That really worked. now i can proceed further.

  • My select query will fetch me 2 rows. So what are the changes that should be made in ssis and vb code?

  • suchitra.venkataramani (11/28/2013)


    My select query will fetch me 2 rows. So what are the changes that should be made in ssis and vb code?

    To do what, exactly?

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • To be read and written to excel. Pls refer the above posts for more details.

    Thanks,

    Suchitra

  • suchitra.venkataramani (11/28/2013)


    To be read and written to excel. Pls refer the above posts for more details.

    Thanks,

    Suchitra

    Why are you doing this in script? Use a dataflow.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • Hi,

    Finally i was able to copy all the data from queries to single excel using VB Script and was able to format it as well with borders. Only thing i am facing is numeric data is stored as text in excel . i tried to change the format to numeric bit only when i press enter key only, data is stored as numeric. Pls help.

  • --Edit: comment removed.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • You could add derived columns for missing columns to each transformation to make then the output the same and then use SSIS UNION to produce a single dataset

    Far away is close at hand in the images of elsewhere.
    Anon.

Viewing 8 posts - 16 through 22 (of 22 total)

You must be logged in to reply to this topic. Login to reply