combine log parser date and time columns of IISlog into datetime
am 23.12.2007 09:00:58 von hassanI have a Sql table with a datetime datatype and how can i combine the date
and time columns of the IIS log files into this single column using log
parser
I tried "select date+time into sqltable from
date+time. How can I go about it ?
Thanks