The information in this article applies to:
BUG #: 56457 (SQLBUG_70) SYMPTOMSWhen many roles exist in a database, and you use the IS_MEMBER() T-SQL function to determine if the current user is a member of a particular role, you may receive an error similar to the following:
WORKAROUNDUse IS_SRVROLEMEMBER('role') instead. Refer to SQL Server Books Online for specifics on the use and syntax of this function. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONThis will not happen when you check every role for membership. For instance, it may appear when you check for membership in the 100th role but the first 99 will check fine. Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: January 7, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |