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 |
bridge
Yak Posting Veteran
93 Posts |
Posted - 2005-10-24 : 06:01:12
|
I will have to export 40 tables and I want to make the DTS Package dynamic means I could change the Server information and the Path of the exported files. If there is not sufficient space in any drive then I could change the settings in the ini file. But for 40 tables I will have to make 3 ini files because in the DTP(Dynamic Task Properties) it does not show up all the stuff of the ini file. To overcome this I made another ini and solved the problem. But Please tell me what can I do if I will have to use onbly one ini files that will contain the Server info and path of all the 40 exported files. |
|
|
|
|