'Delete specific rows from SQL Server Error Log

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".



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source