I have one package with 2 connections (1 is SQL Server Source and other is Text File Output). Ideally, I want to use the same package 4 times to create 4 files (one file per table). Is it possible to do that? I am using SQL 2008 and will be executing the package form SQL job using “dtsexec” utility. The other option is creating 8 connection managers (4 SQL Server Sources and 4 Text Files Output) in the pacakge. Please advise.
↧