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-05-15 : 08:38:40
|
saravanan writes "Hi, I have to export more than 4 tables into asciifiles using DTS. Each table should be exported in to seperate file. I have to create a package to execute all these tables into files. All the code tables are in different layout. Here I have two questions? 1. How to pass the source tables dynamically?2. How to achieve this one without using VB script?" |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2006-05-15 : 10:07:56
|
Why not use bcp?==========================================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. |
 |
|
|
|
|