I have SQL Server 2005 Standard Edition.
There is a maintenance Plan to backup Trans-Logs and it is running every quarter hour.
The SQL Server Error Log is filled with the backup information of these and I want to get rid of it.
I modified the Maintenance Plan and disabled the Logging, but still it is writing to the SQL Error Log.
do I have to enable any Flag or any other suggestions where to configure this.
Thanks in Advance