Increasing the size or number of log files would be postponing the inevitable, assuming no one notices the error. The issue is that something has gone awry for a user and that the transaction log is being held by his agent process which is stopping the transaction log from being archived. Eventually, all the logs, no matter their size or number would be consumed. I wanted to pursue email notification of the error so to take action, presumably, as soon as posssible.
Is it not possible for the health monitor to be used somehow to send the notice via email?
If I must write a script to accomplish this, I am thinking it would make more sense to grep for the error in the notification file (.nfy) and send the email.
Thanks.