Query for registry entry date and time.

  • you are right...you can read or write a registry key, but there is no log or anything to tell you when a registry key was created/edited.

    if there is a key that happens to have the datetime as it's value, you could read that, but no registry key as that as an attribute to read.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Thanks you very much sir,

    So there is no way to get the date and time....

    Just i wanted to not to check all the pc's whether dst has been installed or not and to automate the things....

    Cheers,

    Baghat.

  • Thanks you very much sir,

    So there is no way to get the date and time....

    Just i wanted to not to check all the pc's whether dst has been installed or not and to automate the things....

    Cheers,

    Baghat.

  • Thanks you very much sir,

    So there is no way to get the date and time....

    Just i wanted to not to check all the pc's whether dst has been installed or not and to automate the things....

    Cheers,

    Baghat.

  • Date and Time of the install of a patch is available in the Windows System Event Log. MS provides a command-line tool, which is part of the Windows 2000 Resource Kit, that

    dumps an event log for a local system or a remote system into a tab-separated text file. This tool can also be used to filter based on event types. The output can be loaded to a database table.

    http://support.microsoft.com/kb/927229

    SQL = Scarcely Qualifies as a Language

  • Yes, You are right.

    But here we do not have permission to execute the .exe files in local systems.

    I have to check thru only QA or manual check.

    Is MS provides any queries in sql server on event viewer?

    Any way thanks allot for sharing info...

     

    Cheers,

    Bagath.

  • Bagath

    There's an undocumented extended stored procedure called xp_eventlog.  I don't know exactly what it does or even whether it would be right for what you want, but I'm sure you'll find information on it if you search the web.

    John

  • Thanks John...:-)

    Definitely i will search it out and will give update once i get the solution....

    Thanks to all once again....

     

    Bagath.

     

     

     

Viewing 8 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic. Login to reply