The information in this article applies to:
BUG #: 56563 (SQLBUG_70) SYMPTOMS
Creating a View in SQL Enterprise Manager (SEM) may fail when the server is registered using a domain account and Windows NT authentication. This may occur if the domain account is a member of a user-defined local group and the local group has been granted login permissions to the SQL Server.
CAUSEThis error only occurs if the Windows NT domain account is a member of a local user-defined group; it is a specific permissions issue. If the Windows NT account is granted direct access to SQL Server, the view creation takes place. In addition, if the local group is a built-in Windows NT group (for example, administrators), the view can be created. The problem may also be avoided if the view creation is done using T-SQL instead of the Enterprise Manager. WORKAROUNDHere are four ways to work around this problem:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONThis is related to an issue where the creation of a table with the same security credentials may fail. For additional information on why table creation may fail, click the article number below to view the article in the Microsoft Knowledge Base: Q243292 BUG: Creating a Table in Enterprise Manager When Using a Domain Account May Cause Server AV Additional query words:
Keywords : SSrvAdmin SSrvEntMan kbbug7.00 kbSQLServ700bug |
Last Reviewed: January 11, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |