Permissions for database

From: Richard Siddaway (rsiddaw@hotmail.com)
Date: 08/21/02


From: "Richard Siddaway" <rsiddaw@hotmail.com>
Date: Wed, 21 Aug 2002 04:24:05 -0700


Assuming your server is part of a domain:

- Ensure SQL Server can use Windows Authentiaction- create
a domain level group containing your developers
- create a SQL Server login for that group - either use
Enterprise Manager or use sp_grantlogin
- link the login to the databases you want the developers
to access
- assign relevant database level permissions to the
developer group

>-----Original Message-----
>Hi!
>We have several databases on SQL-Server with a number of
>developers. To define a user to access to a database we
>make him a local administrator on a server. We'd like to
>change this to something more useful as defining
>permissions for developers without making'em
>administrators. We tried to define login for a database,
>but it hasn't succeeded.
>We'd appretiate any help from you on the issue above.
>Thanks in advance.
>.
>



Relevant Pages

  • Re: Whats My Password?
    ... Hitchhiker's Guide to Visual Studio and SQL Server ... the database on my computer. ... and attached to the target DBMS engine when you're ready to deploy. ... developers as it discusses issues that all architectures are likely to ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: SQL Server Role Security
    ... Columnist, SQL Server Professional ... create/alter table structures in a particular database. ... them rights to alter the database itself just rights to alter the structures ... DevAdmin is a Windows 2K Group containing the developers. ...
    (microsoft.public.sqlserver.security)
  • Who owns the tables in development environment? (upsizing from Access)
    ... I've got two developers who will be upsizing an Access database but ... also making modifications to the resulting tables in SQL Server 2000. ... Usually we alias our developers as DBO in the ... database using sp_addalias. ...
    (microsoft.public.sqlserver.clients)
  • Re: Where are the Access Developers?
    ... SQL Server developers have helped the VB.NET and C# crowd to understand ... T-SQL wasn't a holdover from the "Duh, whutz a database?" ...
    (comp.databases.ms-access)
  • Re: MS Access DAO -> ADO.NET Migration
    ... William Vaughn ... Microsoft MVP ... Hitchhiker's Guide to Visual Studio and SQL Server ... My migration app works building a SSCE database file with imported data ...
    (microsoft.public.dotnet.framework.adonet)