Disable on-access/real-time virus scanning against Nimsoft SLM's data and transaction log files
Disable on-access/real-time virus scanning against at least following NImsoft folders/directories:
$NIMROOT\hub\q
$NIMROOT\probes\service\nas
where $
NIMROOT is Nimsoft install location
Nimsoft SLM database files should be on separate disk and controller from the Nimsoft software. For MS SQL Server, data and transaction log files should be on separate disks and separate from any other databases, particularly the tempdb database.
For MS SQL Server, the following database options should be set:
Auto create statistics = true
Auto create statistics asynchronously = true
Aut update statistics = true
Auto close = false
Auto shrink = falseAs shown here in MS SQL Server Management Studio:
<Please see attached file for image>