Sage 100

 View Only
  • 1.  Sage 100 Premium Per Sage recommends tempdb datab

    Posted 10-02-2018 10:29
    Sage 100 Premium Per Sage recommends tempdb database should be at least 1/3 the size of largest database How do you increase the tempdb size?


  • 2.  RE: Sage 100 Premium Per Sage recommends tempdb datab

    Posted 10-02-2018 10:41
    Moira, temdb will grow automatically as needed. However, the resize process takes resources away from the system when it is at it's busiest, thus the reason to try and size it correctly up front. Not easy when getting started. Here is a decent article that will give you more info and a script to adjust the size on server restart: https://www.databasejournal.com/tips/how-to-resize-tempdb.html


  • 3.  RE: Sage 100 Premium Per Sage recommends tempdb datab

    Posted 10-02-2018 11:25
    Thanks @ShawnSlavin also found this article https://logicalread.com/sql-server-tempdb-best-practices-initial-sizing-w01/


  • 4.  RE: Sage 100 Premium Per Sage recommends tempdb datab

    Posted 10-02-2018 12:03
    I like the detail from your article. It provides a more holistic explanation. We have had some really large sites where we provisioned multiple drive into individual mirrored sets so we could give data files, log files, and tempdb dedicated resources. Because each file type is written to and accessed differently (sequential vs random), larger sites with larger user bases will see a performance boost. Of course, using SSD's reduces the impact as disk read heads stop becoming a constraint but right sizing and provisioning temdb is always a good idea.