Hello Everyone,
I have a report that pulls data from a Stored Procedure in SQL 2005 Server. We have updated the logic in this procedure, but the report does not see this change.
I can create a new report that pulls this stored procedure and it pulls the data just fine.
I would be tough to recreate this report has it has 15-20 sub reports it runs.
The one thing that is weird about this report is that it was originally created to pull from a table called "ChartServices" and then updated by setting data source location to point to this stored procedure. However, it when you update a table to point at a stored proc, it always seems to keep the table name around.
Any ideas or suggestions to try?
I have a report that pulls data from a Stored Procedure in SQL 2005 Server. We have updated the logic in this procedure, but the report does not see this change.
I can create a new report that pulls this stored procedure and it pulls the data just fine.
I would be tough to recreate this report has it has 15-20 sub reports it runs.
The one thing that is weird about this report is that it was originally created to pull from a table called "ChartServices" and then updated by setting data source location to point to this stored procedure. However, it when you update a table to point at a stored proc, it always seems to keep the table name around.
Any ideas or suggestions to try?