Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 How can I export a DTS package to an a file format?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-04-10 : 09:38:17
abhineet writes "I have created a DTS package.
Is it possible to export the package to a file format e.g. an xml file?
I have seen the query posted on the site which says one can use DTSRUN command, but did not understand much as I am new to sql server.
So could you please let me know step by step how can this be done?

Thanks"

nr
SQLTeam MVY

12543 Posts

Posted - 2006-04-10 : 09:49:59
You can save it as a structured storage file from the designer which you can then execute using dtsrun
also see
http://www.nigelrivett.net/DTS/SaveAllDTSPackagesToFiles.html


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -