EXECUTE Permissions and Cross Database
- From: "Micky McQuade" <javamick@xxxxxxxxx>
- Date: 17 Jul 2006 06:49:41 -0700
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
.
- Follow-Ups:
- Re: EXECUTE Permissions and Cross Database
- From: David Browne
- Re: EXECUTE Permissions and Cross Database
- From: Arnie Rowland
- Re: EXECUTE Permissions and Cross Database
- From: Arnie Rowland
- Re: EXECUTE Permissions and Cross Database
- Prev by Date: Re: Limiting a user to only executing a stored only that access an
- Next by Date: Re: EXECUTE Permissions and Cross Database
- Previous by thread: Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name when i copy the db
- Next by thread: Re: EXECUTE Permissions and Cross Database
- Index(es):
Relevant Pages
|