dbTalk Databases Forums  

Re: disable DTS Package

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: disable DTS Package in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Darren Green
 
Posts: n/a

Default Re: disable DTS Package - 10-02-2003 , 12:42 PM






In article <04b601c38906$eb9cd980$a301280a (AT) phx (DOT) gbl>, Derek Ruesch
<druesch (AT) rocheconstructors (DOT) com> writes
Quote:
Is there a way to disable execution of a DTS Package for a
given user?
You cannot disable a user from executing a package if they can load it.
The most obvious way to prevent a user loading a package is to put a
package password on the package and only tell authorised users.

If the package is stored in SQL Server (Local Packages) then you can
deny the user access to the msdb database. This prevents them from
retrieving the package from the SQL Server, hence they cannot execute
it.


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.