I need to pass selected details for a number of sites from a SQL table to a text file for each site. The text file is created at the time of running and its name is partly made up from the contents of a field in my table.
I am using an execute package tasks to select the required details with a dynamic properties task to assign to text file name. I am want to pass the value to be used in the filename in a global variable from the parent package to the child package but I can't get it into the global variable of the execute package task
I am very new to DTS and SQL in general so any advice in the simplest of language would be appreciated!
I am using an execute package tasks to select the required details with a dynamic properties task to assign to text file name. I am want to pass the value to be used in the filename in a global variable from the parent package to the child package but I can't get it into the global variable of the execute package task
I am very new to DTS and SQL in general so any advice in the simplest of language would be appreciated!