SQL 2005: Renamed 'sa' account

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bill E.

    SQL 2005: Renamed 'sa' account

    We have renamed the 'sa' account on a SQL Server 2005 machine. When
    we run

    SELECT * FROM syslogins

    it appears that 'sa' no longer exists as a valid SQL login. However,
    when we look at running processes through sp_who, we see that 'sa' is
    still being used in various background operations, even when we shut
    down and restart the SQL Server. Can someone explain this?

    Bill E.
    Hollywood, FL
  • Dan Guzman

    #2
    Re: SQL 2005: Renamed 'sa' account

    My guess is that the reported login name for these internal system processes
    is hard-coded as 'sa'. I think this is a bug and will report it on via
    Connect feedback (http://connect.microsoft.com/SQLServer) if not already
    filed.

    --
    Hope this helps.

    Dan Guzman
    SQL Server MVP


    "Bill E." <billmiami2@net scape.netwrote in message
    news:c57e421f-d696-4625-baea-94011012cfda@e3 9g2000hsf.googl egroups.com...
    We have renamed the 'sa' account on a SQL Server 2005 machine. When
    we run
    >
    SELECT * FROM syslogins
    >
    it appears that 'sa' no longer exists as a valid SQL login. However,
    when we look at running processes through sp_who, we see that 'sa' is
    still being used in various background operations, even when we shut
    down and restart the SQL Server. Can someone explain this?
    >
    Bill E.
    Hollywood, FL

    Comment

    • Bill E.

      #3
      Re: SQL 2005: Renamed 'sa' account

      Thanks, Dan.

      Bill E.

      Comment

      Working...