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
Move priv1 to different drive on same server
hyper v virtual nic on guest machine gets a dhcp assigned ip address
extend Windows Server 2003 group policy to suport Vista / 7
how to uninstall dot net framework 3.5 service pack?
Oracle Case Insensitive Query
Mail merge office 2003
How do I use SMO to get the latest backup path for a database?
How do I set up a password on Access
Silverlight markup question (Canvas with Nested Grid)
MYSQL Webservice Vb.net