Re: Alter Many Stored Procedures

From: Vinod Kumar (vinodk_sct_at_NO_SPAM_hotmail.com)
Date: 12/15/04

  • Next message: Uri Dimant: "Re: SQL Permission question"
    Date: Wed, 15 Dec 2004 11:21:31 +0530
    
    

    Having said that db_owner and db_ddladmin also opens doors to do other ddl
    operations on the DB. So be careful in the usage. If you would like to give
    specific grants then its a pain staking job of GRANT-ing each SP to the user
    account/distribution list.

    -- 
    HTH,
    Vinod Kumar
    MCSE, DBA, MCAD, MCSD
    http://www.extremeexperts.com
    Books Online for SQL Server SP3 at
    http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
    "Dan Guzman" <guzmanda@nospam-online.sbcglobal.net> wrote in message
    news:Oajgzek4EHA.1260@TK2MSFTNGP12.phx.gbl...
    > The group needs to be a member of the db_owner or db_ddladmin fixed
    database
    > roles.
    >
    > -- 
    > Hope this helps.
    >
    > Dan Guzman
    > SQL Server MVP
    >
    > "SangHunJung" <SangHunJung@discussions.microsoft.com> wrote in message
    > news:7721EA2E-43D5-49DD-BB58-287F05D77284@microsoft.com...
    > > Hello, We have SQL2000 (Standard Edition) server running on Win2k
    server.
    > > What permission do I need to setup for a developer in order to change
    many
    > > stored procedures in ABC database?  Developer windows group is added to
    > > the
    > > database and grant all permissions (select, insert, delete, update) to
    the
    > > group.
    > >
    > > Thanks in advance
    > > SangHun
    >
    >
    

  • Next message: Uri Dimant: "Re: SQL Permission question"

    Relevant Pages

    • Re: Complete Neophyte Question(s)
      ... I have a user named james on a database. ... WITH GRANT is one of the more esotheric features in SQL Server in my ... Or does that depend on the permission? ... CREATE USER erik ...
      (microsoft.public.sqlserver.security)
    • RE: security problems with AD and SQL Server 2000
      ... I believe it is SQL server permission ... >The System developers group is placed into each users section of the ... >database for permitting database access to each database. ...
      (microsoft.public.windows.server.active_directory)
    • Re: ASP page and SQL server error
      ... It's not the account, it's the priveleges that the account has with regards ... SQL Server permissions are very granular. ... while the user has permission to USE the database (in a general ...
      (microsoft.public.frontpage.programming)
    • Re: How to connect to an SQL Server 2000 Personal Edition Database
      ... You've got to give the aspnet worker process the permission to the database, add a new login from your Windows Account. ... Otherwise you've to run impersonnation or use sql authentication. ... I have created a web service that needs to access data in an SQL Server 2000 ...
      (microsoft.public.dotnet.framework.webservices)
    • Re: Read-only Reports User
      ... >> open each database and go to the Reports user's Permission ... > event entirely dedicated to SQL Server, ...
      (microsoft.public.sqlserver.security)