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
SQL command not properly ended
Try to open a Silverlight project on Visual Studio 2008 but I can't
SBS 2008 Error messages
VBA code to select the folder one level above this workbook's folder
Trying to rank top 10 records in Access query by a group
Auto Compact
Global import into SQL Server 2000 related question
SSRS: Group Drill Down
Do...Loop alternative
Problems inserting an image on the signature inside OWA