Question : SSIS Dynamic Connection in Execute Sql Task

Can someone give me an example for assigning a variable for the connection information within an Execute Sql Task? I want to assign values dynamically from a table.

Answer : SSIS Dynamic Connection in Execute Sql Task

Try this:
"Data Source = " + @[User::uvServer] + "; user id = " + @[User::uvUser] + "; provider= MSDORA.1; Persist Security Info = True;"

 
Expression
Expression
 
Random Solutions  
 
programming4us programming4us