Re: Installing/Uninstalling DTS packages from command line -
09-05-2003
, 02:40 AM
Install ?
Run from the cmdline yes. DTSRUN
If you mean save to the SQL Server then not directly. You could of course
use VBScript and the DTS library to do this.
You can save a package stored on SQL Server to a Structured Storage file
using this
DTSRUN /!X /S<servername> /E /N<package name on server>
--
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org |