Hello All,
I have to get database details for reach database on the server. In my SSIS package, I am already having a SQL task which get the dbnames in a result set. How do I dynamically change the dbname in connection string in my ForEach loop before it executes another SQL task which is database dependent.
Thanks much,
I have to get database details for reach database on the server. In my SSIS package, I am already having a SQL task which get the dbnames in a result set. How do I dynamically change the dbname in connection string in my ForEach loop before it executes another SQL task which is database dependent.
Thanks much,