Is it possible to delete specific rows from the SQL Server Error Log? We had a bug that caused the log to fill up with tons of identical error messages and we want to get rid of them by deleting them.
Is it possible?
We do not want to delete the full log, just the ones containing "Process ID ** was killed".
