So basically we have lots of SharePoint usage log files generated by our SharePoint 2007 site and we would like to make sense of them. For that we\'re thinking of reading th
This is the script we use to load IIS log files in a SQL Server database:
LogParser "SELECT * INTO FROM " -o:SQL -server: -database: -driver:"SQL Server" -username:sa -password:xxxxx -createTable:ON
The and sa password need to be changed according to your specs.
From my experience LogParser works really well to load data from IIS logs to SQL Server, so a mixed approach is the best: