Slow Startup of SQL Reporting Services 2008 in Native Mode

前端 未结 5 1051
野的像风
野的像风 2021-01-06 02:35

We are experiencing a slow start up time on the first report request of the day, or when there have been no report requests for an unknown period of time. In SQL Reporting

5条回答
  •  梦毁少年i
    2021-01-06 03:19

    By setting RecycleTime to 28800 you are only increasing the time between slow startups. It will still take time for the first report to run after the 480 hours. You can set RecyleTime to 0 to stop it recycling if this helps.

    If this is not an option you can keep it alive by a number of methods such as:
    1.) Scheduling a dummy report in SSRS Report Manager Web site (My favoured approach)
    2.) Scheduled Script

    I realise this is an old question but it's not well documented, hope this helps someone out there.

提交回复
热议问题