How can I populate and use ObjectsToCopy collection of Transfer SQL Server Objects Task using an expression (or script)?
Goal: to copy only tables that have names starting with 'tmp'. The number of tables can change - the package must deal with that.
Thanks.