Graphing Table Data

  • I want to set up a job that I can run out of SQL Agent which will run a query against a table and plot the results graphically.  Performint the query is no problem but the presentation part I've been struggling with.

    Is there a way to perform this programtically into Excel and Reporting Services without any manual intervention?  Looking to plot historgram and bar charts of data.

    If anyone has done this and can recommend a link , article or provide basic tips on how to perform would be great.

    Thanks

  • DTS supports EXCEL as an output that you can put a transformation task into:

    select ... from result table

    OR

    exec ResultProducingProc

    Now just go find an excel forum for how to create graph/automate/display using that tool.

    (you can always exec a dos statement in a DTS step if you need to.)

     

     

Viewing 2 posts - 1 through 1 (of 1 total)

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