dbTalk Databases Forums  

Installing/Uninstalling DTS packages from command line

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


Discuss Installing/Uninstalling DTS packages from command line in the microsoft.public.sqlserver.dts forum.



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

Default Installing/Uninstalling DTS packages from command line - 09-05-2003 , 02:26 AM






Is there a utility that will let me install DTS packages from the command line?

thanks
Vikram

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default 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

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.