Ownership Chain Issue
From: Scott Shearer (ScottShearer_at_discussions.microsoft.com)
Date: 11/29/04
- Next message: Jasper Smith: "Re: External logs collection and monitoring"
- Previous message: Drasko Ivanisevic: "Re: How can i restrict the SA user"
- Next in thread: Dan Guzman: "Re: Ownership Chain Issue"
- Reply: Dan Guzman: "Re: Ownership Chain Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 29 Nov 2004 10:09:36 -0800
Here is the situation:
I create a database - I am dbo. In this database I have 1 table and 1
updateable view. dbo shows as the owner of both the table and the view. I
create a new database user and do not add them to any database or server
roles. I grant the new user select, update, insert and delete permissions on
the view.
The user can view all data through the view, however, they cannot add or
update. When they attempt to add or update an error is generated indicating
that they do not have insert permissions on the table (for an add) or that
they do not have select and update persissions on the table (for an update).
My understanding is that since I have an unbroken ownership chain that SQL
Server should not even be checking the permissions on the table.
What am I missing?
- Next message: Jasper Smith: "Re: External logs collection and monitoring"
- Previous message: Drasko Ivanisevic: "Re: How can i restrict the SA user"
- Next in thread: Dan Guzman: "Re: Ownership Chain Issue"
- Reply: Dan Guzman: "Re: Ownership Chain Issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|