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
Copying Tables in Fox 9
excel vba lookup function with multiple data elements in a single cell
How can I display the calendar pop-up in Excel 2007/
Operator '=' is not defined for type 'DBNull' and type 'Integer'.
Why Can't I find "TypeOf" in Microsoft's Access Help files.
architecture question
combobox Winform cannot bind to valuemember
Internet Explorer opens a Blank Page
Exchage Error SPAM question.
Question on Transaction Logs