I'm trying to copy event logs from all of my servers to a centralized database and I'm having problems transferring the date/time fields and was wondering what any of you could do to get me started in the right direction.
I'm using the standard:
objRS("TimeWritten") = objEvent.Timewritten
On my SQL table I have a field called Timewritten and I'm using the datetime data type however, this field is only 8 characters in length so I get the standard error you receive when you try to fit too much data into too small of a field.
Any suggestions?
I'm using the standard:
objRS("TimeWritten") = objEvent.Timewritten
On my SQL table I have a field called Timewritten and I'm using the datetime data type however, this field is only 8 characters in length so I get the standard error you receive when you try to fit too much data into too small of a field.
Any suggestions?