I have a standard SQL Server 2014 database and during base monitoring, I realized that I have some SQL tables that are a bit large and have been researching about it.
The tables are sysssislog
and sysdtslog90
By documentation, these tables are for DTS package execution log .
Is there a specific routine or default utility for cleaning these tables or can I simply give a delete per period or even a truncate
?