• Found a job created called Commandlog Cleanup

    Doh

    I searched and searched for info on the site never found anything.

    Here is the SQL if anyone is interested:

    sqlcmd -E -S $(ESCAPE_SQUOTE(SRVR)) -d master -Q "DELETE FROM [dbo].[CommandLog] WHERE DATEDIFF(dd,StartTime,GETDATE()) > 30" -b