dbTalk Databases Forums  

How to hide DTS?

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


Discuss How to hide DTS? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tuand2001@yahoo.com
 
Posts: n/a

Default How to hide DTS? - 06-09-2004 , 01:20 PM






Is there anyway that I can hide or restrict DTSs from
users?

Thanks,
tt

Reply With Quote
  #2  
Old   
John Bell
 
Posts: n/a

Default Re: How to hide DTS? - 06-09-2004 , 01:55 PM






Hi

What do you mean by this?

"Users" should not have client tools installed.

John

"tuand2001 (AT) yahoo (DOT) com" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Is there anyway that I can hide or restrict DTSs from
users?

Thanks,
tt



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

Default Re: How to hide DTS? - 06-09-2004 , 02:14 PM



John,
I think you defence is flawed. Just because someone shouldn't haven't
something doesn't mean they do not.

TT,
You cannot stop people from building and executing packages. You can
however stop them from accessing your packages by securing your storage
location. I guess you mean packages in SQL Server, in which case start
by removing the guest user from the msdb database.

Packages are stored in the sysdtspackages table, and the MS tools use
stored procedures, such as sp_enum_dtspackages, so ensure no permissions
have been granted to either of these.

Darren

In message <OsLFAMlTEHA.3512 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, John Bell
<jbellnewsposts (AT) hotmail (DOT) com> writes
Quote:
Hi

What do you mean by this?

"Users" should not have client tools installed.

John

"tuand2001 (AT) yahoo (DOT) com" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message
news:1a58601c44e4e$6dc291e0$a401280a (AT) phx (DOT) gbl...
Is there anyway that I can hide or restrict DTSs from
users?

Thanks,
tt


--
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   
John Bell
 
Posts: n/a

Default Re: How to hide DTS? - 06-09-2004 , 02:55 PM



Hi Darren

It wasn't meant as a solution!

It could be that this is a third party application and he does not have
authority to change the access on anything other than his own database!

John

"Darren Green" <darren.green (AT) reply-to-newsgroup-sqldts (DOT) com> wrote

Quote:
John,
I think you defence is flawed. Just because someone shouldn't haven't
something doesn't mean they do not.

TT,
You cannot stop people from building and executing packages. You can
however stop them from accessing your packages by securing your storage
location. I guess you mean packages in SQL Server, in which case start
by removing the guest user from the msdb database.

Packages are stored in the sysdtspackages table, and the MS tools use
stored procedures, such as sp_enum_dtspackages, so ensure no permissions
have been granted to either of these.

Darren

In message <OsLFAMlTEHA.3512 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, John Bell
jbellnewsposts (AT) hotmail (DOT) com> writes
Hi

What do you mean by this?

"Users" should not have client tools installed.

John

"tuand2001 (AT) yahoo (DOT) com" <anonymous (AT) discussions (DOT) microsoft.com> wrote in
message
news:1a58601c44e4e$6dc291e0$a401280a (AT) phx (DOT) gbl...
Is there anyway that I can hide or restrict DTSs from
users?

Thanks,
tt



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