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?


  • 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.


  • 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.


  • 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 23 (of 23 total)

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