I was looking for a simple way to send logging information to SQL Server, but couldn't find anything (admittedly I didn't look to hard!). So I put together a little app, source code at:
https://github.com/muishonduk/XGSyslogSQL
This is very simple - the opposite of a slick reporting solution! But it does allow you do mine the data in all sorts of interesting ways. One quick and obvious use would be much improved live-logging.
The app uses Windows 7 or higher, .NET 4.5.2 and SQL Server 2014 or higher.
My traffic peaks at about 400 records a second, I'd be interested to hear if it struggles to keep up on busier systems.
Feedback / suggestions / pull requests welcome.
This thread was automatically locked due to age.