Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
homebrew
Posting Yak Master
114 Posts |
Posted - 2009-03-26 : 20:03:26
|
I would like to grant a few users the ability to modify existing legacy DTS packages on our SQL 2005 server. I thought that putting them in a "PowerUsers" Windows group, then giving that group db_dtsadmin rights in MSDB would work.... or is that only for SSIS ?When they try to update a package, they get the error:"Only the owner of DTS Package 'XYZ' or a member of sysadmin can create new versions of it."Is there a way to do this ? |
|
|
|
|