Re: EXECUTE Permissions and Cross Database
- From: "MickyM" <javamick@xxxxxxxxx>
- Date: 17 Jul 2006 07:39:34 -0700
Yes, that is set at the server level to allow.
Micky
Arnie Rowland wrote:
Verify that the DB optoin to allow 'Cross DB Ownership Chaining' is set on
for all databases involved.
--
Arnie Rowland
"To be successful, your heart must accompany your knowledge."
"Micky McQuade" <javamick@xxxxxxxxx> wrote in message
news:1153144180.968800.32910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have an odd situation. Here are the details:
- I have three databases (A, B, C).
- I have a user that has EXECUTE and SELECT permissions on each
database.
- I have a stored procedure in A and B that does an update in C at one
point
- The stored procedure works fine from database A, but from database B,
it gives me the following UPDATE error: UPDATE permission denied on
object 'MyTable', database 'C', schema 'dbo'
- No dynamic SQL is used
- The database owners are the same as well as the table and stored
procedure owners
Can anyone help guide me on this?
Thanks,
Micky
.
- References:
- EXECUTE Permissions and Cross Database
- From: Micky McQuade
- Re: EXECUTE Permissions and Cross Database
- From: Arnie Rowland
- EXECUTE Permissions and Cross Database
- Prev by Date: Re: EXECUTE Permissions and Cross Database
- Next by Date: Re: EXECUTE Permissions and Cross Database
- Previous by thread: Re: EXECUTE Permissions and Cross Database
- Next by thread: Re: EXECUTE Permissions and Cross Database
- Index(es):
Relevant Pages
|