Hi I have created the following; OLEDB Connection to the database variable --> user::GetName (string type) Exec SQL Task --> Select Top 1 contactname from contacts where contactname like 's%' How do I assign this select query single row value that is Contactname to the variable User::GetName. Thanks
One of the best reference on the web : http://www.simple-talk.com/sql/sql-tools/passing-variables-to-and-from-an-ssis-task/ about how to do it?