Microsoft
Software
Hardware
Network
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;"
SSIS-Interface2.JPG
(176 KB)
(File Type Details)
Expression
Random Solutions
Find Number Closest to Zero in Excel
How to show detail on summary report that is pulled into another report (sub-report)
How can I merge multiple worksheets into one worksheet ?
Error While Processing an Application in SAP BPC with SQL 2008 on backend.
VBA Variable as DLookup Criteria
Using the Sum operator within a DataView rowfilter
Moving public folders from Exchange 2007 to Exchange 2003 - Different Organisations
Access, non-print a null field.
SBS Reinstall Monitoring MSDE after SP1 upgrade
Customizing a SQL Contains statement for performance.