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
Dynamic? form fields
Excel chart with two Y - axis (vertical)
Late bindingan ActiveX component
A Christmas Card challenge
Can't change link source from one workbook to its apparently identical twin.
view table relationships graphically sql server 2000
Should I use SqlDataSource or SqlConnection (which is better)
Importing the Excel file into SQL Server via SSIS - Excel data is not in table format
Service Pack(SP3)
running a batch file before compilation