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
Free Busy information not available to 2007 Outlook clients
dbSeeChanges error on SQL DELETE
Creating multiple combo-box lookups in one form
Force TransferSpreadsheet to fail on key violation
How to create a file that has "\" or "&" in the file name?
work with a file name that changes based on that days date
Handling Null values in Microsoft Access query criteria
Problem with MS Access Update query
Equivalent Data type for MEMO field
Default.aspx doesn't open unless specifically typed in, can't export, can't manage permissions.