Clean Records Older Than 3 Month doesn’t work and Database is growing everyday. We manually deleted the entries in Database and we have now like 24 GB free space!
Avast saves all successfull events, logons, scans. Is there a way to stop ADNM logging successfull events/logs to the SQL Database?
Simple way - restore DB from backup
Otherwise you can try install Management studio and run CHECKDB utility and other, when your are familiar with MS SQL…
I’m not sure, if it is necessary… I had never such requirement. What about more information about your environment (how many clients…)???
I suppose, there must be problem with database, not in number of logged events. Database size in environment 3 Netservers and 60 Netclients is about 50-60 MB, not more. 24 GB is over my fantasy
Two years ago I recognized grow of my DB backups up to 300+ MB, but restore DB helped me.
Yes, what about logging level settings?
See Properties of appropriate computer group in your computer catalog. I use Alert level, second option in right column. See enclosed image (ADNM console is in Czech version)
And are you familiar with SQL server administration? Are you able to set shrinking job? Otherwise I can find T-SQL command on my servers and post it here…
When the main problem with growing database is in logfile, try to set following job in SQL server Agent:
1.step: backup LOG Avast WITH NO_LOG
2.step: use [Avast]DBCC SHRINKFILE (N’Avast_log’, 15)
When database is partially harmed, the best way is delete + create new DB in Maintenance tool, or recreate from older backup. Disadvantage - You will lose your special settings and dynamic conditions, (if you use any…)