SSIS - how to populate folder path in "Foreach File Enumerator" dynamically
I am trying to use Foreach Loop (Foreach File Enumerator) to read files on a specific folder. One of the settings is the folder which I have to hardcode the path to the server. Is there any way to read...
View ArticleSSIS - using variable to input into a column when loading flat file
I am using a flat file to read the data and load into SQL Server. How can I populate one of the fields on the table with a variable that is available in the package but not in the flat file. I am...
View Articlesql server IN statement
how can i rewrite the following oracle statement in SQL Server:Select * from table_A a where (a.id, a.name, a.lname) in (select b.id, b.name, b.lnmae from table_B b)when i run this query in sql server,...
View ArticleSSIS excel field to variable
How can i read one row at a time from an excel and pass the value from a specific column into Execute SQL task, without loading the excel file into destinaiton.
View Article