LogParser deletes log entries
I am importing IIS log files into a SQL database, but for some reason not every record ends up in the database. For example, if there are 1,000,000 records in the log file, then logparser says it has processed 1,000,000 records, but if I do SELECT COUNT (*) on the database, I don't have 1,000,000 rows of data. Has anyone seen this problem before?
+1
source to share
2 answers