Yongpil
In a package I created, I have several Execute SQL Tasks. each Execute SQL Task brings in a script using file connection (SQLSourceType).
So what I need to do is to make several copies of that package.. let's say 10.
and let's say in one package there are 10 execute sql tasks. which means 10 scripts.
so the problem is each of the 10 packages have to use the same scripts but it is connecting to a different server name. So I was wondering if I could make variables for the server names, then I only need 10 scripts (it would be 100 if I make scripts for each sql tasks, 10 packages * 10 sql tasks) cuz I can just use a variable to specify the server names.
whoa.. confusing but I hope this helps you to understand me better.
Thanks,