I have a variable “vSourceName” and I would like the set the value for this variable to be “Data Flow’s source” property.
How would I do this? I did some google for not sure what keyword to use. I am sorry if it seems like I did not do my homework. new to SSIS.
If you’re using an OLE DB Source, just change the Data Access Mode dropdown on the source to : Table Name or View Name from Variable. Then choose your variable from the Variable Name dropdown.