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
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