Tuesday, July 13, 2010
VS2008 SSRS and Temp Tables in Spds
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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment