I have a problem with my DTS package. The way it works is,
A SQL Task reads a table, grabs the ExcelLink column and CardholderID. Set the rowset to a GV.
It loops through and uses the ExcelLink global variable to change the path of the Excel file(source).
It transforms the data to SQL Server, then loops back around, until the rowset is EOF or BOF.
My problem is that I have formatted my Excel file and now the DTS package is importing 918 records, 879 of which are NULL.
How can I build my package to keep from importing NULLs from the Excel file?
Thanks,
Drew
A SQL Task reads a table, grabs the ExcelLink column and CardholderID. Set the rowset to a GV.
It loops through and uses the ExcelLink global variable to change the path of the Excel file(source).
It transforms the data to SQL Server, then loops back around, until the rowset is EOF or BOF.
My problem is that I have formatted my Excel file and now the DTS package is importing 918 records, 879 of which are NULL.
How can I build my package to keep from importing NULLs from the Excel file?
Thanks,
Drew