Purva007


Hi All,
I am facing an issue while working with huge data in tables.
I have a stored procedure which when exceuted on SQL Server Browser takes little time to display the output on the screen.
The same stored procedure is used by the application with SQL Server Reporting Services to generate the report.
When executed, the application stops responding after sometime.
After debugging steps by steps, I found that the dataset fetches the records from database using stored procedure takes around 11 mins and application stops responding while generating the reports.
Now, does this happens with some performance related issue with SQL Server Reporting Services or Do I need to modify stored procedure