Wednesday, February 22, 2006

SQL anything (almost)

This is a free tool from Microsoft that I have found really useful of late: Log Parser. Log Parser allows you to specify a myriad of input formats including:
and then run SQL commands against the input files as if they were a database table, outputting the data to another myriad of output formats including:
One command line of easy to understand syntax (if you know SQL) can convert XML to a csv file with data conversion along the way. Extremely handy against Event logs (failed login attempts), IIS and firewall logs.

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?