Is it possible to prevent a user from creating a DTS package?

  • Hi,

    Is there a way to prevent a user from creating DTS packages?  We have a guideline stating that only DBA can create and maintain DTS packages in production environments.  Despite that, a new developer created a DTS with password protected in our production server.  We are just wondering if there is a switch or privilege that can be used to prevent anyone other than the DBA from creating DTS package.

    Any suggestion would be greatly appreciated.

    --Allan

  • I found the solution...all I needed is to remove the exec privilege on sp_add_dtspackage stored procedure from the public.

    Thanks,

    --Allan

  • Remember that there are more then one SP that controls access to DTS packages. Search for all SPs with the name DTS in them and you will be surprised by the number returned.

    Hanslindgren

  • This should also help you :

    http://support.microsoft.com/default.aspx?scid=kb;en-us;282463

    qa.sqlservercentral.com/columnists/bknight/dtslockdown.asp


    Get busy living ....or get busy dying....

  • This should also help you :

    http://support.microsoft.com/default.aspx?scid=kb;en-us;282463

    qa.sqlservercentral.com/columnists/bknight/dtslockdown.asp


    Get busy living ....or get busy dying....

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

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