I need to return a full result set including a number of Sum(s) Max(s) etc to an excel spreadsheet (don't ask why) from a Stored procedure on MS SQL2000. Problem is that Xcel can only handle a single result set per sheet... Any Ideas?
Software/Hardware used:
ASKED:
March 7, 2005 5:14 PM
UPDATED:
March 8, 2005 9:24 AM
Have you tried returning the full result table to Excel, then creating the Sum() and Max() results in a pivot table.