simulacra75 Posted July 26, 2017 Report post Posted July 26, 2017 Just a tip or something to be aware of. One of my admins pointed out they were running low on disk space on the drive where the SQL server was installed. Turns out that by default the ReportServer DB log file is set to grow to 2TB by default! Went into SSMS and changed the ReportServer DB to "simple" and then ran the "shrink" command on the log file of that DB. File went from 500+GB to 6MB. Changed to the maximum file size afterwards too so it doesn't happen again. Thought some of you might find this useful. Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 26, 2017 Report post Posted July 26, 2017 I have a whole blog set on this and one of the answer is to set the db to simple logging too for SSRS. https://www.enhansoft.com/blog/never-leave-your-sql-server-database-in-full-recovery-model-without-a-backup Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 26, 2017 Report post Posted July 26, 2017 I'm going to write yet another one about SQL tempdb later today. With any luck it will be published in early Aug. Quote Share this post Link to post Share on other sites More sharing options...