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
HTTP Error 403.1 publishing WCF Service
Reason for MyProj.csproj.FileListAbso<wbr />lute.txt
Remove first 5 characters from SQL
Vista Home Basic & Vista Business - IE8 not supported
SQL Insert INTO script syntax error
How to copy rows from a table and put them in same table and joined to two other tables ?
Unable to remove printer driver for HP LaserJet 1300 PCL 5e
find out an (x,y) location of a point on a circle's edge C#
Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
Load into SQL Server From FoxPro database through SSIS