report generation

  • Hi

    Need to generate a report for migration project . The report should look like

    Header

    Field Value

    Start program Date time

    Body

    Field value

    tbl_name1 xxxxx

    tbl_name2 xxxxx

    tbl_name3 xxxxx

    ...

    ...

    Footer

    Field Value

    End program Date time

    This is all in tabular format. The data is colected in table and I need to just fetch the data and display it correctly.

    I'm migrating data using SSIS

    I'm able generate word document with table but there remains no space between header, body, footer

    (they all come as one table)

    any idea of how this can be done. would xml, html, others help me

  • The obvious reply is to look at reporting services, in which you should be able to produce the report you want.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

  • we cant use reporting services.. 🙁

    the destination server will have only sql engine and ssis

    so i think it has to be done using TSQL or some other way

    (and frankly speaking i'm not good at any language)

  • If you post some example data perhaps someone here can give you a head start.

    Facts are stubborn things, but statistics are more pliable - Mark Twain
    Carolyn
    SQLServerSpecialists[/url]

Viewing 4 posts - 1 through 3 (of 3 total)

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