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 remove special characters in a query?
VPN client (Check point Secure client) not able to browse to any website on the machine once connected to the VPN.
How do I migrate Exchange 2003 Public Folder to Exchange 2007 using PFMigrate?
Cannot use remote executables after I upgraded to R2
How do you import outlook express 6 messages into Windows Live Mail and have them in the proper folders?
Dropdowns in grid view 'edit item template' not working
access 2007 frontend sql server 2008
Your user accounts are unexpectedly locked and event ID 12294 is logged in Windows Server 2003?
Web Browser Control (AxSHDocVw) & sendkeys.. won't work!
Update a table based on the FIRST record of a join (mySql)