Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running SQL Server Local Package from Stored Procedure

Status
Not open for further replies.

sjuarez1979

Programmer
Jun 26, 2001
35
US
Can a SQL server local package be run from a stored procedure? If this is possible, what would the syntax look like?
Thanks a bunch!

-sjuarez1979
 
See the article at SQLDTS.com regarding execution of DTS Packages from T-SQL. The article contains additional links to code samples.


You can find more DTS links in faq183-962. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions in the SQL Server forum. Many of the ideas apply to all forums.
 
What is the difference between Meta Data Services Package and Local Package anyways while we are on the subject?
 
Meta data Services packages are DTS packages stored in the Repository. Local Packages are stored in MSDB on the SQL Server. Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions in the SQL Server forum. Many of the ideas apply to all forums.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top