dbTalk Databases Forums  

Deligation of DTS Pakages?

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


Discuss Deligation of DTS Pakages? in the microsoft.public.sqlserver.dts forum.



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

Default Deligation of DTS Pakages? - 11-24-2004 , 12:01 PM






Hi.
Some facts first:
Win2003 64-bit and SQL2000 64 bit on 3 Cluster nodes
Q:
I have to do Deligation of DTS Pakages to the Developers without giving them
sa rights. I have read the the following pages:
http://eddorre.com/comments.aspx?post_id=204
http://www.sqldts.com/default.aspx?212 ( how do i remove the checks from the
stored procedure? it dosen't say?)
But wich one of these solutions are best?
I Want the developers to ADD Change and Delete any Pakage they want with
out getting a DBA/SA to do it for them??? I am using Domain groups to all
Developers.

Best Regards



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

Default Re: Deligation of DTS Pakages? - 11-24-2004 , 12:41 PM






In message <96E17C5D-6761-4B3F-ABDB-1BBD97F41523 (AT) microsoft (DOT) com>, Baldini
<Baldini (AT) discussions (DOT) microsoft.com> writes
Quote:
Hi.
Some facts first:
Win2003 64-bit and SQL2000 64 bit on 3 Cluster nodes
Q:
I have to do Deligation of DTS Pakages to the Developers without giving them
sa rights. I have read the the following pages:
http://eddorre.com/comments.aspx?post_id=204
http://www.sqldts.com/default.aspx?212 ( how do i remove the checks from the
stored procedure? it dosen't say?)
But wich one of these solutions are best?
I Want the developers to ADD Change and Delete any Pakage they want with
out getting a DBA/SA to do it for them??? I am using Domain groups to all
Developers.

Best Regards


Look for the line -

IF (@owner_sid <> SUSER_SID() AND (ISNULL(IS_SRVROLEMEMBER(N'sysadmin'),
0) <> 1))

Remove the test for sa role membership. If you don't understand this
then I don't recommend you attempt what is an unsupported hack.


--
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
  #3  
Old   
Rand Boyd [MSFT]
 
Posts: n/a

Default Re: Deligation of DTS Pakages? - 11-29-2004 , 03:47 PM



Even if you do understand this, I am not sure I would do it. As Darren
points out it is unsupported.

Rand
This posting is provided "as is" with no warranties and confers no rights.


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.