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-06-05 : 10:03:55
|
giorgos writes "I have already created a DTS package that exports data from a table to xls file and it works perfectly.I 'm trying to call and execute the DTS package from query analyzerSQL Server 2000 - WinXP" |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-06-05 : 11:34:29
|
exec master..xp_cmdshell 'dtsrun ....'==========================================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. |
 |
|
|
|
|