Let me begin by saying I am totally new to SSIS Packages. I am using Microsoft Visual Studio/SQL Server 2008 to create the SSIS package. I am attempting to import a tab-delimited text file into a sql database. The package works fine when I use one table. However, I need to populate multiple sql tables with the information in this tab-delimited file. Each table has a SEQ column and TEMP_ID column that must be populated for each record. In the view I have to use an alias for these two columns for each table as sql will not let me create the view with duplicate column names. To accomplish this I have created a view of the multiple tables, but it keeps erroring out (see attachment for error message). Any thoughts on how to move forward on this issue would be much appreciated.
Thank you!
Thank you!