Skip to content

jaredaz/PrepWebLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use IISLogs.tbl.sql to create the table to store your IIS Logs (standard W3C Format, custom formats will need the table definition modified)

Use InsertLogs.script.sql to process your log files, it will run PrepWebLog and do the bulk inserts. You will need to have command shell turned on in SQL Server (script to do this commented out at top of this file)
This will need a little work to get going on your system. All paths are relative to SQL Server. UNC paths are OK if the permissions are correct.
Make sure to put a backslash "\" at the end of folder paths.

AnalyzeIISLogs is some basic scripts I have that look for some generic info in the log files
	Hits per time period, hits per day of week, analysis into some of those.

About

Simple console app to remove the comments from an IIS log file to support bulk inserts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages