BUG: SQL Admin Not Remove Aliases When Dropping a System LoginLast reviewed: April 29, 1997Article ID: Q113400 |
The information in this article applies to:
- Microsoft SQL Server version 4.2BUG# NT: 9956 (4.2)
SYMPTOMSSQL Administrator does not remove aliases to any database for a system login when it is being dropped. This can cause a problem when the system login id being dropped is the last login id in syslogins; because after the login is dropped, the next system login added will be automatically aliased to the databases the dropped login was aliased to.
WORKAROUNDAfter the system login id has been deleted, drop the alias from the database manually using SP_DROPALIAS.
STATUSMicrosoft has confirmed this to be a problem in SQL Administrator version 4.2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: admin Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |