Re: Is this really the best way?

From: Moff (moffnospam@hotmail.com)
Date: 01/23/03


From: "Moff" <moffnospam@hotmail.com>
Date: Thu, 23 Jan 2003 08:48:25 -0000


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
>
>
>
>
>



Relevant Pages

  • Re: Is this really the best way?
    ... if they were the dbo. ... ROT13 my email address to reply: ... >> Our SQL developers authenticate via Windows NT. ... >> their stored procedure calls with the same schema. ...
    (microsoft.public.sqlserver.security)
  • Create Procedure Permission ONLY
    ... Schema dbo owns all objects. ... Developer's should not create or alter tables. ... Developers can create/alter Stored Procedure/User Defined functions ...
    (comp.databases.ms-sqlserver)
  • Re: Is this really the best way?
    ... No they don't have to be dbo to do that. ... >>> Our SQL developers authenticate via Windows NT. ... >>> their stored procedure calls with the same schema. ... and the ASP developers must modify their code once ...
    (microsoft.public.sqlserver.security)
  • RE: File IO Permissions
    ... see if the user is a member of any of the groups. ... "allow me to check if the current user has permission to access (read, write, ... "Developers" has access to a folder - ...
    (microsoft.public.dotnet.security)
  • Re: .Net & Administrator Previlages
    ... Being a member of the Power User, Debugger Users, and/or VS ... Developers groups should probably be enough. ... > administrator privilages" to software developers? ...
    (microsoft.public.dotnet.security)