hi
anyone please help me
Requirement.
i have update data in database from another datbase so prepare dynamic script where database name fetch from variable and build a query using SSIS Package
this is my requirement
do not use SP for this u use only just simple SQL Query
for eg:
UPDATE t1
SET t1.[Name] = t2.[Name]
FROM [dbo].[Namelist] t1
INNER JOIN [IT TEST1].[dbo].[addresslist] t2 ON t1.[id] = t2.[id]
this is my update queryhow to put this query in execute SQL task component
and one more thing you will create variables for dbname,tablename,SQL Query
i do not change query every time i want just change database name and table name
thats all anyone please help me

Shahriar NikkhahPosted Mar 18, 2018, 10:07 PM
Amudhan KuppanPosted Mar 20, 2018, 7:32 AM
Amudhan KuppanPosted Mar 19, 2018, 3:41 AM
Amudhan KuppanPosted Mar 15, 2018, 11:43 PM
Shahriar NikkhahPosted Mar 15, 2018, 8:08 AM
Shahriar NikkhahPosted Mar 15, 2018, 8:07 AM
Amudhan KuppanPosted Mar 15, 2018, 6:39 AM
Piyush PansuriyaPosted Mar 15, 2018, 5:59 AM
Amudhan KuppanPosted Mar 15, 2018, 5:53 AM
Piyush PansuriyaPosted Mar 15, 2018, 4:39 AM