MS SQL Server
In order to achieve top performance, Automic recommends keeping the following
notes in mind when installing and operating MS SQL Server.
It is important to reorganize the AE
including all clients regularly
because an extensive database affects performance negatively (prolonged
access times etc).
Notes
- Do not limit resource consumption. Aborting
transactions due to limitations specified in the database hamper processing
in the AE system. Additionally, inconsistent database contents can occur
which cause subsequent errors or endless loops.
- Use TCP/IP instead of Named Pipes as database connection.
- The transaction log, the TEMPDB of the database and
the page file should not be filed in a RAID 5 file system. Use RAID 1
or 0 instead.
- Do not, by any means, activate the option autoshrink
in the database. This might occasionally cause a standstill of the Automation Engine.
Version 2005
Version 2008
- Activate "Versioning" in order to reduce the occurrence of deadlocks. Doing so has the effect that the file tempdb
increases. Ensure that it is stored on a fast device.
alter database database name set READ_COMMITTED_SNAPSHOT ON
- Do not use computers with hyper-threading or deactivate hyper-threading.
- Split the database to as many files as there are CPUs.
See also:
Setting Up Database - MS SQL Server
Technical Maintenance of the AE database
Maintaining Data Records