dbTalk Databases Forums  

Permissions to Create DTS Packages

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


Discuss Permissions to Create DTS Packages in the microsoft.public.sqlserver.dts forum.



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

Default Permissions to Create DTS Packages - 08-06-2004 , 08:40 AM






I have been trying different combinations of permissions
but can't seem to find the minimum needed to create DTS
Packages. I am administrering a shared server across
multiple clients. I need to allow the clients the
ability to create DTS packages but not access each other
databases. Any direction would be appreciated.

Thom

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Permissions to Create DTS Packages - 08-06-2004 , 03:20 PM






In message <14ae01c47bba$dfabfaa0$a501280a (AT) phx (DOT) gbl>, Thom
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
I have been trying different combinations of permissions
but can't seem to find the minimum needed to create DTS
Packages. I am administrering a shared server across
multiple clients. I need to allow the clients the
ability to create DTS packages but not access each other
databases. Any direction would be appreciated.

Thom
Your require no permissions to create a package. DTS is COM, so if you
have the COM objects you can do this. By default, using Enterprise
Manager any user can create a package and store it in the Local Packages
store, which is really just msdb. The sp_adddtspackage procedure for
example defaults to execute for the public role.

To stop users accessing other users databases then don't give them
permissions for those databases. To stop users accessing other users
packages, if stored in local packages then you could hack the system
procs, but probably a bit severe for your if not familiar, and of course
unsupported but still workable, so just tell users to password the
packages.


--
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.