I have a DTS package that updates the rows in a table every hour, the import is coming from a comma delimited text file.
What I need to do is if there is a new field added to the text file, I want DTS to automatically add the column to the SQL (2000) table and then update all the rows accordingly.
I think I have the update process figured out, but don't see how to get DTS to add new columns.
Any help or direction would be greatly appreciated.
What I need to do is if there is a new field added to the text file, I want DTS to automatically add the column to the SQL (2000) table and then update all the rows accordingly.
I think I have the update process figured out, but don't see how to get DTS to add new columns.
Any help or direction would be greatly appreciated.