LogParser 2.1 question
From: zip (zip_at_zipzak!.com)
Date: 04/20/04
- Next message: Michael Harris \(MVP\): "Re: Secure Scripts"
- Previous message: Richard Mueller [MVP]: "Re: export from AD to Access"
- Next in thread: Jeff Cochran: "Re: LogParser 2.1 question"
- Reply: Jeff Cochran: "Re: LogParser 2.1 question"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 17:57:20 -0400
Hi folks -
Question about logparser 2.1 (this is the closest newsgroup that I could
find)
I am using it to get monthly bandwidth from IIS, using this query:
logparser "Select SUM(sc-bytes) AS TotalBytes FROM
D:\logfiles\w3\W3SVC186\ex0404*.log TO W3SVC186" -i:W3C -o:SQL -server:[sql
server] -driver:"SQL
Server" -database:billing -username:[username] -password:[password] -createt
able:ON
I am running the above for all sites, w3svcx - xxx for instance. In SQL, it
will create a new table for each of the w3svc#'s, which I understand is by
design with this query. Is there anyway to nest all the results of these in
to one table, and have coloumns for the w3svc#'s? So after all those are
run, there would be one table called 'serverx', and in that table all the
above data.
Any help is appreciated!
-- -Streicher
- Next message: Michael Harris \(MVP\): "Re: Secure Scripts"
- Previous message: Richard Mueller [MVP]: "Re: export from AD to Access"
- Next in thread: Jeff Cochran: "Re: LogParser 2.1 question"
- Reply: Jeff Cochran: "Re: LogParser 2.1 question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|