Storing SQL Server Agent logs in a relational store
Posted by Thyagu on 05/29/06 14:43
Hi,
I want to store the SQL Server Agent logs into a table. I was able to
read SQL server errorlogs using sp_readerrorlog and store the data into
a table successfully.I want to do the same for SQL Agent logs. options?