Is there a feasible way to query a windows event log from SQL Server. I know there are all sorts of ways to open it and export to CSV, etc. I'm looking to have some sort of event log dump happen automatically every night, and I figure a nice SQL Server Agent process would be ideal.
Any other ideas on how to do this would be welcome.
Thanks!