All TagsEVT input format (RSS)
  • RE: LIKE in EventLog Message column

    Well, this is a well-written query, I can't see why it shouldn't work... Just a couple of possibilities: - Are you executing the command in a batch file? If so, the cmd shell will replace %10061% with the value of the environment variables (most likely an empty string); to workaround this, I think you...
    Posted to Forum by LogParser User : Gabriele Giuseppini on 03-24-2004, 8:15 AM
  • LIKE in EventLog Message column

    I am trying to perform the following query: SELECT TO_STRING(TO_LOCALTIME(TimeGenerated), 'MM/dd/yyyy') AS HitDate, COUNT(*) AS Hits FROM ApplicationLog*.Evt TO EventLog.csv WHERE (Message LIKE '%10061%') GROUP BY HitDate ORDER BY HitDate The query returns 0 records. I had another query that used "WHERE...
    Posted to Forum by LogParser User : Matt on 03-23-2004, 2:53 PM
Page 65 of 65 (642 items) « First ... < Previous 61 62 63 64 65
Microsoft Communities