Hello,
I have a SharePoint integrated instance of SQL Server 2008 R2 Reporting Services installed and the databases (ReportServer & ReportServerTempDB) installed on the same SQL Server 2008 R2 Server as my SharePoint databases. The problem I'm facing is the size of the ReportServerTempDB database, as I understand it, it should clear itself out every 10mins. I only have a handful of users using Reporting Services and it looks like the database is just getting bigger and bigger, here are the current sizes of the databases;
ReportServer.mdf 13MB
ReportServer_log.LDF 2MB
ReportServerTempDB.mdf 4625MB
ReportServerTempDB_log.LDF 93MB
The ReportServerTempDB is set to simple recovery and the log is truncated every night using Symantec Backup Exec, the ReportServer database is set to full recovery and the log is manually truncated every few days until I set an automatic job to do this. As far as I know I have no data caching setup, so I dont understand why this ReportServerTempDB just keeps growing. There doesnt seem to be many other people facing this problem with the mdf file, normally the log, so any help would be greatly appreciated.
Terry