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
Extract Birthdays between now and 30 days from today
MS Access turn values into percentages
sql server add valid owner
tweaking my stored proc
Can't run Maintance plans scheduled, get error
Truncate text to n character of a string
Macro notification question
extract numbers from a cell
RDP in Adminpak.msi for Windows Server 2003/XP: How to turn off the connect local resource option
How to retrive OU Properties in an Active Directory using VB.NET