Ran into a problem using VS2008 to report the results of data from a SQL Server 2005 stored procedure. Apparently there is an issue with VS2008 and stored procedures that make use of temp tables. According to
this article, I replaced all of the temp tables with variable tables, and the problem went away.
No comments:
Post a Comment