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 trying to load File_Id into the table.
↧
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 trying to load File_Id into the table.