Re: Multiple roles?



zz12 (IDontLikeSpam@xxxxxxxxxxx) writes:
Hello. I was wondering if someone could help me understand better about
assigning a user to multiple roles. I created a role for some
developers from another group to be able to to DTS over some data
(select, insert, delete, update) into our local tables from their sql
server. I also assigned them to the db_ddladmin role. They tried to
DTS our new data and looked like they were able to delete the data in
our local tables but their bulk insert command to insert the data wasn't
successful. I read and thought that when assigning a user multiple
roles the role with the most priveleges takes in effect?

I would guess that rather all privs are unioned together, and DENY
takes precendence over GRANT.

In any case, BULK INSERT requires membership in the bulkadmin server role,
which you don't seemed to have assign to your users.


--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.



Relevant Pages

  • Re: Multiple roles?
    ... assigning a user to multiple roles. ... I read and thought that when assigning a user multiple ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (microsoft.public.sqlserver.security)
  • Multiple roles?
    ... assigning a user to multiple roles. ... I created a role for some developers ... from another group to be able to to DTS over some data (select, insert, ... thought that when assigning a user multiple roles the role with the most ...
    (microsoft.public.sqlserver.security)
  • Re: SQL 2000 - Connection Error with DTS Packages
    ... After I changed all SQL Server 'Database Connection' steps in each of my DTS ... Package" option when you right click a DTS package name in ME. ...
    (microsoft.public.sqlserver.dts)
  • Re: vb.net dataTbl can DTS read?
    ... then using ADO to read/write the data to Sql Server. ... like what DTS does with Text Files, MS Access data, etc. ... Right now I am experimenting with writing the data from ...
    (microsoft.public.sqlserver.dts)
  • Re: SQL Server DTS From Sybase
    ... Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. ... > DataPump is used interchangeably with the transform Data Task ergo not the> ExecuteSQL task ... >>>> I want to import data from a Sybase database via a SQL Server DTS ...
    (microsoft.public.sqlserver.dts)