The information in this article applies to:
SUMMARYIn SQL 6.5, aliases from a login to a database user could be viewed in Enterprise Manager by double-clicking on that database user. However, SQL 7.0 Enterprise Manager provides no means to view the logins aliased to a particular database user. This behavior is correct due to the fact that SQL 7.0 replaces aliases with roles, maintaining aliases only for backward compatibility. All aliases should be dropped, security accounts for the aliased logins should be added to the database, and the security accounts should be assigned to database roles. For example:
MORE INFORMATION
This problem is most often seen after a server that uses aliases is upgraded to SQL 7.0. Additional query words:
Keywords : kbSQLServ700 |
|
Last Reviewed: August 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |