Hi all,
Is is possible for me excute a DTS Package which is Stored in SQL Server
Repository, thru my stored Procedure ?
If yes, how ?
Help please!
Regards,
Sathyan
Help please!
Regards,
Sathyan
If you're running SQL Server 7, check out the DTSRUN command in the online
documentation.
You can invoke it from an Execute Process Task.
In SQL Server 2000 there's a new Execute Package task.
--
BG
Hi-Tech College, Israel
http://sql.hi-tech.co.il
Quote:> Hi all,
> Is is possible for me excute a DTS Package which is Stored in SQL Server
> Repository, thru my stored Procedure ?
> If yes, how ?
> Help please!
> Regards,
> Sathyan
--
Umachandar Jayachandran
SQL Resources at http://www.umachandar.com/resources.htm
(Please reply only to the newsgroup)
From a script you can use xp_cmdshell with the dtsrun tool, or the OLEQuote:>Hi all,
>Is is possible for me excute a DTS Package which is Stored in SQL Server
>Repository, thru my stored Procedure ?
>If yes, how ?
>Help please!
>Regards,
>Sathyan
--
Darren Green
SQL/DTS - http://www.swynk.com/friends/green/
1. Executing a DTS package from within a stored procedure
SS2000
How do I execute a DTS package from with a stored procedure?
Thanks
2. Problem with keys after upgrading from HPUX 10.01 to 10.20
3. execute DTS package from Stored Procedure
5. Error in Executing DTS package with stored procedure
7. Executing a DTS package within a stored Procedure
8. 无主题
9. Execute a DTS package from stored procedure
10. Newbie...Can a Stored Procedure Execute DTS package?
11. Using Stored Procedure to execute DTS package from ASP page
12. EXECUTING DTS PACKAGE FROM A STORED PROCEDURE
13. executing DTS package via a stored procedure