Permission needed to view only 'Management | Legacy | DTS'

  • A developer required permission to -view only- the dts packages stored in SQL2005 Maintenance.

    I tried BOL, and experimenting with login properties, server roles, and securables. But I couldn't find a definitive answer. I thought maybe, serveradmin. All help is appreciated

  • Do you mean Integration Services packages? Maintenance Plan packages??

    These are stored in msdb in various tables. You could give SELECT access to these tables to the developer.

  • The developer was using SSMS and could not view the legacy dts pkgs. If I gave him sysadmin permissions, he could access them. I would prefer that he only be able to view them. These legacy dts packages are under Management | Legacy | Data Transformation Services in SQL2005 SSMS.

    Thanks for the reply

  • I'm not sure if there's a role in 2005, but I'm guessing you could give him SELECT rights on the DTS tables in MSDB, or even the whole database, and he could read them.

  • Granting SELECT on sysdtspackages in msdb will allow the developer to view the legacy packages.

    Greg

    Greg

  • Thanks Greg, and Steve! That works!

Viewing 6 posts - 1 through 5 (of 5 total)

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