dbTalk Databases Forums  

Save over othr onwers DTS

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


Discuss Save over othr onwers DTS in the microsoft.public.sqlserver.dts forum.



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

Default Save over othr onwers DTS - 09-21-2004 , 05:03 AM






Hiya,

What I want to do is be able to save over another users
DTS package where their username is the owner.

I dont want to have to 'save as' a different name then
delete the original and rename my one, as there is quite a
lot to do.

Is there specific permissions I can get granted to allow
me to overwrite someone else's DTS package except
sysadmin??

Thanks
Wendy

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

Default Re: Save over othr onwers DTS - 09-21-2004 , 06:47 AM






In message <083f01c49fc2$36965470$a601280a (AT) phx (DOT) gbl>, Wendy
<anonymous (AT) discussions (DOT) microsoft.com> writes
Quote:
Hiya,

What I want to do is be able to save over another users
DTS package where their username is the owner.

I dont want to have to 'save as' a different name then
delete the original and rename my one, as there is quite a
lot to do.

Is there specific permissions I can get granted to allow
me to overwrite someone else's DTS package except
sysadmin??

Thanks
Wendy
You could hack the sp_add_dtspackage stored procedure to remove the
sysadmin role check. This works for me on all dev boxes where developers
need to co-author packages, yet they are not always sysadmins.

If you can delete the original, then open it, delete the original, then
save again. Enterprise Manager will keep the "open" package in memory
for you. Not ideal, but faster than the Save As times two.

--
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   
Sue Hoegemeier
 
Posts: n/a

Default Re: Save over othr onwers DTS - 09-21-2004 , 07:28 AM



You can find information on the topic and ways to change the
package owner in the following article on sqldts.com:
Package Ownership Issues
http://www.sqldts.com/default.aspx?212

-Sue

On Tue, 21 Sep 2004 03:03:16 -0700, "Wendy"
<anonymous (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Hiya,

What I want to do is be able to save over another users
DTS package where their username is the owner.

I dont want to have to 'save as' a different name then
delete the original and rename my one, as there is quite a
lot to do.

Is there specific permissions I can get granted to allow
me to overwrite someone else's DTS package except
sysadmin??

Thanks
Wendy


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.