dbTalk Databases Forums  

How can I change DTS owner

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


Discuss How can I change DTS owner in the microsoft.public.sqlserver.dts forum.



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

Default How can I change DTS owner - 09-20-2004 , 09:08 AM






I have written a whole series of DTS packages for a client that I wish to
schedule though SQL Server Agent. However, they were written in my name,
with my logon as the owner and I do not have the necessary permissions
within Agent. Nor am I being given them. Instead of rewriting all the
packages in another user's name, is there any way that I can change the
owner of the package to someone who does have rights?



Reply With Quote
  #2  
Old   
Brian
 
Posts: n/a

Default RE: How can I change DTS owner - 09-20-2004 , 11:35 AM






Another user with the correct permissions should be able to do a Save As on
the package to change ownership.

Hope this helps,
Brian

"Paul Robinson" wrote:

Quote:
I have written a whole series of DTS packages for a client that I wish to
schedule though SQL Server Agent. However, they were written in my name,
with my logon as the owner and I do not have the necessary permissions
within Agent. Nor am I being given them. Instead of rewriting all the
packages in another user's name, is there any way that I can change the
owner of the package to someone who does have rights?




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

Default Re: How can I change DTS owner - 09-20-2004 , 02:05 PM



In article <#kPMXtxnEHA.3820 (AT) TK2MSFTNGP09 (DOT) phx.gbl>, Paul Robinson wrote:
Quote:
I have written a whole series of DTS packages for a client that I wish to
schedule though SQL Server Agent. However, they were written in my name,
with my logon as the owner and I do not have the necessary permissions
within Agent. Nor am I being given them. Instead of rewriting all the
packages in another user's name, is there any way that I can change the
owner of the package to someone who does have rights?


You can have a look at this article but in general the owner of a package is a
non event.

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


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know





Reply With Quote
  #4  
Old   
Mike Anderson
 
Posts: n/a

Default How can I change DTS owner - 09-20-2004 , 04:29 PM



Yes - Change as needed:
sp_changeobjectowner 'mike.testing123',dbo


Quote:
-----Original Message-----
I have written a whole series of DTS packages for a
client that I wish to
schedule though SQL Server Agent. However, they were
written in my name,
with my logon as the owner and I do not have the
necessary permissions
within Agent. Nor am I being given them. Instead of
rewriting all the
packages in another user's name, is there any way that I
can change the
owner of the package to someone who does have 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.