RE: Is it possible to create, schedule, and run a DTS Package using TSQL? -
05-19-2004
, 09:41 AM
There is not a way to create a DTS package via TSQL, unless you can create
an application to create one and then call teh application from TSQL using
the xp_cmdshell procedure.
Rand
This posting is provided "as is" with no warranties and confers no rights. |