BUG: Security Mgr w/ Long Group Names Can Cause SQL ShutdownLast reviewed: May 2, 1997Article ID: Q147830 |
The information in this article applies to:
SYMPTOMSEnumerating members of a group with a long name in SQL Security Manager by clicking on the group can cause SQL Server to shutdown due to an unhandled exception. Executing the extended stored procedure xp_logininfo to find the members of the same group can also cause this behavior.
CAUSEThe problem occurs when a local group is granted access to SQL Server, that local group contains a global group, and the number of characters of the following items exceeds 55 characters:
WORKAROUNDRename either the global group or the local group to a shorter name so that the items in the CAUSE section of this article do not exceed 55 characters.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe following character limits exist in Windows NT:
item maximum characters ----------------- ------------------ domain name 15 machine name 15 global group name 15 local group name 256 |
Additional query words: sql6 xp_logininfo SQSECMGR.EXE winnt
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |