FIX: Creating a Table in Enterprise Manager When Using a Domain Account May Cause Server AV (243292)
The information in this article applies to:
This article was previously published under Q243292
BUG #:56481 (SQLBUG_70)
SYMPTOMS
Creating a table in SQL Enterprise Manager (SEM), where the server is registered using a domain account, may cause a server-side access violation (AV). For the AV to occur the domain account has to be a member of a user-defined local group and the local group has to be granted login permissions to the SQL Server server.
Here are a few ways to work around this behavior:
- Grant direct SQL Server access to the Windows NT domain account instead of granting access through a local Microsoft Windows NT group.
-or- - Create the tables through T-SQL.
-or- - Using the original security credentials, where the Windows NT account is a member of a local group, create the very first table through T-SQL instead of through SQL Enterprise Manager. You can create every subsequent table by using the SQL Enterprise Manager.
-or- - Use a SQL Server security login.
-or- - Add the Windows NT domain account to a local Windows NT built-in group (for example, Administrators).
CAUSE
The access violation occurs if the Windows NT domain account is a member of a local user-defined group. If the local group is a built-in Windows NT group (for example, administrators), the access violation does not occur. The problem may also be avoided if the very first table creation is done using T-SQL instead of the Enterprise Manager Graphical interface.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 254561 INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0 For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB243292 |
---|
|