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
billmiami2 [ Mo, 07 April 2008 15:38 ] [ ID #1937126 ]

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
http://weblogs.sqlteam.com/dang/

"Bill E." <billmiami2 [at] netscape.net> wrote in message
news:c57e421f-d696-4625-baea-94011012cfda [at] e39g2000hsf.google groups.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
Dan Guzman [ Mi, 09 April 2008 14:43 ] [ ID #1938781 ]

Re: SQL 2005: Renamed 'sa' account

Thanks, Dan.

Bill E.
billmiami2 [ Do, 10 April 2008 02:30 ] [ ID #1939505 ]
Datenbanken » comp.databases.ms-sqlserver » SQL 2005: Renamed 'sa' account

Vorheriges Thema: Re: Data Shifting Between Records
Nächstes Thema: xSQL Profiler - monitor multiple SQL Servers from one central