Is there a way to stop SQL Server from recording its uptime in the registry?

From: Ryan Columbus (ryan_columbus_at_agilent.com)
Date: 05/27/04

  • Next message: Chris Geiss: "Dropping Bestop Sunrider top vs. factory soft top?"
    Date: 27 May 2004 14:31:41 -0700
    
    

    I have discovered that SQL Server will constantly (about twice per
    minute) write into the registry the following keys:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance
    Name>\MSSQLServer\uptime_pid

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance
    Name>\MSSQLServer\uptime_time_utc

    It records the SQL Server executable's process ID and the server
    uptime into these keys. Is there any way to stop SQL Server from
    doing this, or at least have it write into these keys less frequently?


  • Next message: Chris Geiss: "Dropping Bestop Sunrider top vs. factory soft top?"

    Relevant Pages

    • Re: backup Keys
      ... "Back up the SQL Server 2005 encryption keys by using the corresponding SQL ... Regarding on the symmetric and asymmetric keys in SQL Server 2005 database, ...
      (microsoft.public.sqlserver.security)
    • Re: Why is this Not Updatable?
      ... have a Memo field. ... are there proper keys established on the SQL Server ... > warning that no changes can be made), do the primary key columns ...
      (microsoft.public.access.queries)
    • Re: why default index for primary key is clustered?
      ... >> So why SQL Server created clustered index by default for primary key ... When you had sequential tape files, ... A master tape would be read in sorted order ... Please post DDL, so that people do not have to guess what the keys, ...
      (microsoft.public.sqlserver.programming)
    • Re: Why is this Not Updatable?
      ... Bill To Info field instead of the BillToID field. ... are there proper keys established on the SQL Server ... > warning that no changes can be made), do the primary key columns ...
      (microsoft.public.access.queries)
    • Re: Data Encryption In SQL2005
      ... you need to have been granted special permissions for creating keys. ... >> Mike Epprecht, Microsoft SQL Server MVP ... >>> I want to encrypt data in such a way that even DBA's who created the ...
      (microsoft.public.sqlserver.security)

    Loading