Hi,
I want to create a DTS package for moving the log file into sql server database. A log file is stored inthe shared folder. If i execute the DTS package today, it will check the file name with yesterday date like "ex07112007" and if the file found, then it will start process the log file from the fifth line and put the entries in to the table. Can you please help me out how to proceed to create a package for this logic.