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
How do I link multiple forms with Required Fields in Access that update one table
IPSEC
Display data in Access 2007
How to print a MS Access report to multiple network printers
convert date from visual basic to C#
support CEdit ctrl + c copy
ADOX Add Column Multi-Step OLE DB errors
Move Mailboxes/Public Folders from Exchange 2003 to Exchange 2010
Locking MySql Table from C#;
WCF service error when trying to connect to SQL Request for the permission of type 'System.Data.SqlClient.Sql<wbr />ClientPerm<wbr />ission, System.Data