The information in this article applies to:
BUG #: 16830 SYMPTOMS
You may experience the following error message when a database owner (DBO)
assigns permissions for a view that contains 2^N - 1 columns, where
N is >= 3 (such as 7, 15, 31, 63... in decimal or 111, 1111, 11111,
111111... in binary):
The following scripts demonstrate this problem: Step 1: Connect to SQL Server as a systems administrator (SA) from ISQL/w.
Step 2: Connect to SQL Server and log on as "pubsdbo" with no password.
WORKAROUNDTo work around this problem, create a view with the number of columns that has fewer or more than 2^N - 1 columns, where N >= 3. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbprg kbusage SSrvGen SSrvProg kbbug6.50 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |