« Previous Next »

Thread: English Date Required

Last post 06-17-2009 5:58 PM by hg363. 0 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (1 items)

Sort Posts:

  • 06-17-2009, 5:58 PM

    • hg363
    • Top 100 Contributor
    • Joined on 09-04-2007, 3:44 PM
    • Posts 54

    English Date Required

    Hi this is a script from the Log Parser Toolkit book.

    SELECT
        quantize(TimeGenerated,3600) AS Time,
        count(*) AS number_of_events
    INTO netlog.gif
    FROM \\h505050\system
    WHERE SourceName like 'netlogon'
        AND SUB(to_int(TimeGenerated), to_int(system_timestamp())) > -2592000
    GROUP BY Time

    And it works great. However the Date appears to be in US format, can some one kindly show me how to change the date to UK format, regards Mr Ghelani (UK)

Page 1 of 1 (1 items)
Microsoft Communities