DTS privileges

  • Hi! I created a role for developers in a development database. The privs are create table,create view,create procedure. Can I grant them privilege to create packages,modify/save/run packages? How?

    Thanks!

  • You don't have to do anything.  All users should be able to create/modify/run their own DTS packages unless of course, you have revoked permission to all the DTS stored procedures in msdb.


    Joseph

  • By default each SQL Server user has permissions to add, modify "their own" packages. Unfortunately, SQL Server does not have a default mechanism to allow developers to modify each others package without being a sysadmin. The only way, as some one had suggested in the forum before, was to tweak the sp_add_dtspackage procedure. I hope MS fixes it in the next version.

     

  • Thanks a lot everyone!

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply