INF: No Conflicts Between DBO and Aliased DBO in SQL ServerLast reviewed: April 25, 1997Article ID: Q69360 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for OS/2 - Microsoft SQL Server version 4.2
SUMMARYIf an alias has been created between a user in SQL Server and the database owner (DBO) of a database, SQL Server will allow both the original DBO and the aliased DBO to access the database at the same time.
MORE INFORMATION
Example
Screen Group Screen Group
A B
___________ ___________
| | | |
| canoe | | cross |
| userid | | userid |
|___________| |___________|
| |
| |
| Database |
______________
| |
| water |
| |
|______________|
|
Additional query words: Security and permissions
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |