Trying to determine best way to select the httperr.log file in my sql query but having problems with my logic. In trying to select the most current logfiles (i.e. httperr50 -httperr59), in my FROM clause I tried to specify the parameter "httperr5?" and httperr5* but I always get include the httperr5.log file which I do not want. Point me in the right direction!
--Never mind...Answered my own question when I read the help file! Had to specfiy httperr*.log in from and use the minDateMod parameter.
