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.
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 dtsrunalso seehttp://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. |
 |
|
|
|
|