sql server dts:
I am trying to import data from a excel sheet, for that created a DTS
package and running the package through a scheduler. Initailly the file got
3 records and alter added 5 more rows to the sheet. Every time scheduler
runs and populating old 3 records only and I am not seeing the new 5 rows
which I added . Where as if run the DTS package from enterprise manager ,
DTS imports all the 8 records .
Any one have any clue on this and please share your thoughts