SQL 2005 server Reporting services report not showing latest data until SQL server agent is restarted
I have SQL Server 2005 running reporting services. A stored procedure updates a table every 15 mins with data (Scheduled Job) which is used by the reporting services report to compile an upto date report. The job runs for 10 mins everytime.
Sometime the report does not show the latest records (today's record) and the only solution we can get around this is schedule a SQL server Agent restart everyday.
Would somebody let me know if there is any way to approach this issue and find out what the real problem is? Sometimes the report does not give latest results which is causing us to restart SQL sever agent at odd times.