BUG: Update Fails Through a View but the Column Has PermissionLast reviewed: April 29, 1997Article ID: Q164170 |
The information in this article applies to:
SYMPTOMSUpdating a column through a view fails with Msg 230, even when you have update permission on the column. This problem only happens when column- level update grants are used to give permission on certain columns on the view, but not on all of them.
WORKAROUNDCreate a view such that it only contains the column on which user can have update permission and grant update permission to the user. Create another view to contain all the columns the user can see, and provide select permission on that.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 U.S. Service Pack 2. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: 6.50.sp2 sp2
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |