Running Orion 9.1
Is there a method for archiving messages out of the Syslog database that have been there for over 30 days? I want to keep the messages, just get them out of the ballooning database.
I would create a quick DTS or SSIS task to select the required records and dump them either into another table or date stamped flat file. A second step could delete the exported rows (or if the export was done daily, you could set the Solarwinds retention to 31 days and just let the nightly SolarWinds maintenance take care of the delete).
See here for some sample SQL on the syslog table using the datediff statement.
Dave.