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
Auto Shrink in SQL 2005
SCVMM 2008 Deployment
Calendar Column in DGV
How can I export to CSV or txt header and detail records from 2 access queries
Calculating percentage...
DNS name resolution problems using IE or Firefox. Works when FQDN is used.
Ms Access/Outlook Appointment system
VB Script problem
Creating RDP hyperlinks in an Excel document
Validate Month & Year Field on Form