A master-detail report from two resultsets

Last post 08-04-2008 12:19 PM by MichaelB. 1 replies.
Page 1 of 1 (2 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 07-17-2008 5:15 PM

    A master-detail report from two resultsets

    Hello

    I have a stored procedure that returns two resultsets that have a master and detail relationship. I would like to know if I can make a report that uses this data in order to display a hierarchical relationship.

    Thanks a lot.

  • 08-04-2008 12:19 PM In reply to

    Re: A master-detail report from two resultsets

     It is my understanding that as of SQL 2005 you cannot report on both datasets from one proc.  You could share that data with another proc (using temp tables) and make a sub report from it and tie them together.

    Michael
    Sr. DBA - MCDBA
    See my Reader 2 Reader articles in Jan and August 2008 issues of SQL Server Magazine:)
    View Michael Berry's profile on LinkedIn
Page 1 of 1 (2 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.