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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Viewing the contents of DTS packages

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-06-11 : 21:40:25
Pete writes "How can I give someone permission to look at the code in a DTS package? I'd like to give them 'read-only' permission, like select permission on a table or 'db_datareader' on a database, but this seems impossible.

Failing that, I'm prepared to allow them to edit the packages. Even this, however, seems impossible without making them a member of the sysadmin role. I've changed package ownership to their login and given them read/write permission on msdb but all to no avail.

This is a production server so giving this person sysadmin rights is a no-no."
   

- Advertisement -