User rights problem
From: Gopinath M (GopinathM_at_discussions.microsoft.com)
Date: 07/21/05
- Next message: Narayana Vyas Kondreddi: "Re: Encryption and decryption"
- Previous message: Rn: "Encryption and decryption"
- Next in thread: Hari Prasad: "Re: User rights problem"
- Reply: Hari Prasad: "Re: User rights problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 21 Jul 2005 03:40:03 -0700
Hi,
I'm have a user called "developer" with rights create procedure,
db_datareader and db_datawrite. When i try to create an sp with owner as dbo
i'm getting the following error
"Specified owner name 'dbo' either does not exist or you do not have
permission to use it."
here is the sample script which i'm using to create the procedure
CREATE PROCEDURE dbo.pGetPatientList
AS
BEGIN
SELECT Name, Age FROM Patient
END.
I would like to create an sp with owner dbo. Can you please tell me the
rights which i should give to the "developer" login for donig so. I cant
grant db_owner rights to the "developer" login(this is to restrict the user
from modifying schema of user tables and contraints).
Regards,
Gopinath
- Next message: Narayana Vyas Kondreddi: "Re: Encryption and decryption"
- Previous message: Rn: "Encryption and decryption"
- Next in thread: Hari Prasad: "Re: User rights problem"
- Reply: Hari Prasad: "Re: User rights problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|