Re: Is this really the best way?
From: David Pendleton (qnircra@gpd.arg)
Date: 01/23/03
- Next message: Dan Guzman: "Re: SQL Connection using ASP"
- Previous message: John Alderson: "Re: Security bug?"
- In reply to: Moff: "Re: Is this really the best way?"
- Next in thread: Moff: "Re: Is this really the best way?"
- Reply: Moff: "Re: Is this really the best way?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "David Pendleton" <qnircra@gpd.arg> Date: Thu, 23 Jan 2003 07:29:27 -0600
Sure they could, if they were the dbo. Hence, my question:
> Can the db_developer role be granted the ability to create procedures as
dbo?
Thanks anyway.
-- ROT13 my email address to reply: qnircra@gpd.arg "Moff" <moffnospam@hotmail.com> wrote in message news:#hv#mwrwCHA.2124@TK2MSFTNGP11... > They could just write CREATE PROCEDURE dbo.MyProc AS .... > > > "David Pendleton" <qnircra@gpd.arg> wrote in message > news:O6gmi$kwCHA.2504@TK2MSFTNGP10... > > Our SQL developers authenticate via Windows NT. > > > > Each developer is a member of a database role, db_developer. This role has > > been granted CREATE PROCEDURE and FUNCTION and is also a member of > > db_datareader and db_datawriter. > > > > During development, a developer creates an object, in their own schema, > > resulting in something like: > > > > dave.sp_my_procedure > > > > Other developers working in other languages, ASP for example, must qualify > > their stored procedure calls with the same schema. > > > > When the code is migrated to a QA environment, a DBA must change object > > ownership to dbo, and the ASP developers must modify their code once again > > to work with the new schema. > > > > This is tedious, time consuming and is prone to error. Is there a better > > way? Can the db_developer role be granted the ability to create procedures > > as dbo? > > > > Thanks all. > > > > -- > > ROT13 my email address to reply > > > > > > > > > > > >
- Next message: Dan Guzman: "Re: SQL Connection using ASP"
- Previous message: John Alderson: "Re: Security bug?"
- In reply to: Moff: "Re: Is this really the best way?"
- Next in thread: Moff: "Re: Is this really the best way?"
- Reply: Moff: "Re: Is this really the best way?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|