Hi @Suman Gupta ,
- The Package keeps on failing when its trying to execute this SQL.
Could you please share the error messages? - We can add expression for [ADO NET Source].[SqlCommand] in the properties of Data Flow Task.
Please refer to the following expression and pictures:
"SELECT T1.*
FROM Table1 as T1
INNER JOIN Table2 as T2
ON T1.Col1 = T2.col1
WHERE T1.DateCol >='"+ @[User::Date]+"'"
Best Regards,
Mona
----------
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues in November--What can I do if my transaction log is full?
Hot issues in November--How to convert Profiler trace into a SQL Server table?