2
I have a SQL SERVER 2014 standard database and during the monitoring of the database, I realized that I have some SQL tables that are a little large and went to search about.
The tables are sysssislog
and sysdtslog90
For the documentation, these tables are for DTS package execution log.
Is there any specific routine or standard utility for cleaning these tables or simply I can give a delete per period or even a truncate
?