I use DTS for transferring data in MS SQL SERVER. I would like to transform data in parts (one part for one month) I have 3 DTS packages: package1, package2, package3. There is another package (package4) which includes packages1, 2 and 3. I would like to execute packate4 with two parameters: date_from and date_to (to choose date for transforming). How to use those parameters from package4 in packages 1,2 and 3? How to transfer parameters into „nested†packages? Regs, mirek.grodzki@
I believe you can do with global variables, checkhttp://www.sqldts.com for code examples. HTH _________ Satya SKJ Moderator SQL-Server-Performance.Com
Then apologies, other than that I don't see any other references. _________ Satya SKJ Moderator SQL-Server-Performance.Com