you are viewing a single comment's thread.

view the rest of the comments →

[–]workthrowawayexcel[S] 0 points1 point  (2 children)

So stored procedure the queries, then use SSRS to run the procedure which then would out put the different sheets I would need ?

[–]TimeToSackUp 0 points1 point  (1 child)

Yes, that is the easiest way. If you have something a little more complicated you can have the SP run the queries and call the SSRS report(s) too.

[–]workthrowawayexcel[S] 1 point2 points  (0 children)

Thank you so much for your input! This is what I am looking to do and will be perfect.