Project DescriptionConverts web-server logs to an SQL-database (MS SQL, Access, or other).The tool was initially a commercial product by
Jitbit Software, but now
we made it free and open source.
Log2SQL is a program that imports web-server logs into an SQL-database. Both W3C and NCSA web log formats are supported. After importing it becomes extremely easy to perform complex queries and searches with your logs, and finally, analyse your web-site statistics more efficiently.
Log2SQL offers two options of converting logs to SQL:
*import data directly into an existing Microsoft SQL Server or MS Access database using the built-in native MS SQL support
*generate
SQL-insert scripts which can be run against any other SQL-database (MySQL, Oracle etc.)