I'm trying to work out a query to extract servernames 'where eventcode - nnnn and TimeGenerated >= dd/mm/yy hr:min:sec' so I can monitor certain events occuring overnight and therefore reduce the
run time for the query.
The query works fine when the 'where' clause just contains the eventcode, but as soon as I enter the 'AND date time information' as detailed (format acquired from eventcode query output), it returns
no results.
I am therefore not sure on the format of the Date\time data I should enter.
Has anyone any ideas?
Thanks in anticipation
JTM
run time for the query.
The query works fine when the 'where' clause just contains the eventcode, but as soon as I enter the 'AND date time information' as detailed (format acquired from eventcode query output), it returns
no results.
I am therefore not sure on the format of the Date\time data I should enter.
Has anyone any ideas?
Thanks in anticipation
JTM
Comment