Add ability to search Server Log
I would like the ability to search the error log or at least filter out some alerts. For example, we get about 45 "Log has been backed up" log entries every 15 minutes. It's very hard to actually find things on redgate without having to login to the SQL server and filter there.
8
votes
Alex Riggs
shared this idea
-
Ray Herring commented
You can use Trace Flag 3226 to suppress the backup success messages in both the SQL Error Log and the Windows Application Event Log.
Paul Randal at www.SQLSkills.com explains this flag in some detail and recommends it.
Unfortunately it does not help with the "SSIS Package " log events :).