Hi there,
I'm just starting to play around with logparser and got a problem with it.
I'm merging multiple log files from a load balanced, serverfarm into one file.
The log files are ex070104.log where the number is the date.
What i whould like todo is get al the logs and put it in ex150107.log so i can use the logfile for example awstats.
So is it possible to log to ddMMyyyy.log ?
select * into ddMMyyyy.log from \\server01\ex070104.log, \\server02\ex070104.log etc etc.....
With regards,
Passie