Hi, I have a stored procedure that I am using to produce the resultset that I want Reporting Services to display. Reporting Services accesses the stored procedure w/o problem, however, I use temporary tables to build interim results that a cursor within the stored procedure uses. The Reporting Services Designer complains that my temporary table "#Results" is not a database object ( duh , 'course not ). If I write this information to actual tables in the database, I don't have the problem. This temporary table data is not necessary to keep outside the stored procedure. Is this a Reporting Services problem or a Visual Studio 2003 .NET problem? Any suggestions as to how I can get this to work?
Thanks in advance.