dbTalk Databases Forums  

Sheduling DTS-Packages in SQL2005

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


Discuss Sheduling DTS-Packages in SQL2005 in the microsoft.public.sqlserver.dts forum.



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

Default Sheduling DTS-Packages in SQL2005 - 04-03-2009 , 07:45 AM






1. How can you shedule DTS-Packages in SQL2005?
2. When you have created dtsx packages on a server, is it possible for a
user to run that package from this own machine?

Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: Sheduling DTS-Packages in SQL2005 - 04-06-2009 , 07:32 AM






It's been a few years since I dealt with the DTS 2000/ SQL 2005 issues, so
take this advice with cautious optimism:

If you have downloaded and installed the SQL 2005 Legacy Components (should
also be on the install medial) you should be able to manage, edit, and run
older DTS packages from SQL 2005. (In SSMS, look under Management >> Legacy
Quote:
Data Transformation Services)
To schedule the package, create a stored procdure wrapper that executes the
package, then schedule that SP from SQL Agent. (Sorry, I don't remember the
T-SQL syntax for executing DTS.)

A remote user could invode the stored procedure, start the job, or even run
the DTS Package. The first two should run under the context of the server,
and for the third, the user would need the legacy components installed.

HTH

=====
Todd C


"amac" wrote:

Quote:
1. How can you shedule DTS-Packages in SQL2005?
2. When you have created dtsx packages on a server, is it possible for a
user to run that package from this own machine?

Reply With Quote
  #3  
Old   
Artemakis Artemiou
 
Posts: n/a

Default Re: Sheduling DTS-Packages in SQL2005 - 04-07-2009 , 04:26 PM



1. You can use a SQL Agent job and add a single step for executing the dtsx
package.
For more info: http://support.microsoft.com/kb/912911
This approach will allow you to use scheduling as well.

2. Yes, it possible to remotely execute SSIS packages.
You can checkout the following TechNet blog post on that:
http://blogs.technet.com/reeds/archi...S-package.aspx

-

Artemakis Artemiou, SQL Server MVP
http://aartemiou.blogspot.com


"amac" <amac (AT) discussions (DOT) microsoft.com> wrote

Quote:
1. How can you shedule DTS-Packages in SQL2005?
2. When you have created dtsx packages on a server, is it possible for a
user to run that package from this own machine?


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.