dbTalk Databases Forums  

What permission to view DTS package

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


Discuss What permission to view DTS package in the microsoft.public.sqlserver.dts forum.



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

Default What permission to view DTS package - 01-20-2004 , 01:55 PM






To let a user view other people's DTS package (readonly),
what permission should give to the user?
Thanks for help.

-Tom


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: What permission to view DTS package - 01-20-2004 , 02:43 PM






You can't really grant READ-ONLY to a DTS package.

You can apply an Owners password which means you can do whatever you like to
it
OR
You can apply a User's password which means you can't edit the package
rather you can only run it

READ-ONLY really only comes into play on the objects you manipulate so say
the package pumps to ServerB dbA tableA and you only have RO permissions
then you will get a message similar to

"INSERT permission denied on XXX"



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Tom Totrian" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
To let a user view other people's DTS package (readonly),
what permission should give to the user?
Thanks for help.

-Tom




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

Default Re: What permission to view DTS package - 01-20-2004 , 02:49 PM



In message <14bb01c3df8f$6ba504c0$a501280a (AT) phx (DOT) gbl>, Tom Totrian
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
To let a user view other people's DTS package (readonly),
what permission should give to the user?
Thanks for help.

-Tom

There is no concept of permissions around the package itself. A package
is just a load of COM objects and collections. You can secure the
storage of a package, either as a file or in the msdb database (Local
Packages or SQL Server packages). If you wish to restrict access to
packages stored in SQL Server you can control SQL permissions on the
stored procedures sp_enum_dtspackages, sp_get_dtspackage,
sp_add_dtspackage and sp_drop_dtspackage, all in msdb.

You can even go so far as to change them to implement your own security
mechanisms, such as restricting the packages available to each user for
example. This would of course be unsupported by MS.

Since you mention other peoples packages there is an issue with
non-sysadmins and the package owner, but this is only a problem when
saving a package you do not own, if you are not a sysadmin.

Package Ownership Issues
(http://www.sqldts.com/default.aspx?212)


--
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
  #4  
Old   
Tom
 
Posts: n/a

Default Re: What permission to view DTS package - 01-20-2004 , 04:05 PM



Allan, Thanks for help.

Quote:
-----Original Message-----
You can't really grant READ-ONLY to a DTS package.

You can apply an Owners password which means you can do
whatever you like to
it
OR
You can apply a User's password which means you can't
edit the package
rather you can only run it

READ-ONLY really only comes into play on the objects you
manipulate so say
the package pumps to ServerB dbA tableA and you only
have RO permissions
then you will get a message similar to

"INSERT permission denied on XXX"



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.allisonmitchell.com - Expert SQL Server Consultancy.
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"Tom Totrian" <anonymous (AT) discussions (DOT) microsoft.com
wrote in message
news:14bb01c3df8f$6ba504c0$a501280a (AT) phx (DOT) gbl...
To let a user view other people's DTS package
(readonly),
what permission should give to the user?
Thanks for help.

-Tom



.


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.