On Fri, 16 Jan 2004 [EMAIL PROTECTED] wrote: > is there a way to let squid write the logfiles directly to an > MS-SQL-Server-Database?
Write a small perl program using File::Tail and the appropriate ODBC module for MS-SQL and dump the access logs into the database.. Regards Henrik
