The is a windows service which upload a file in a specific location.Once the file has been uploaded the SSIS Package has to take the file and has to read the file and needs to insert the content of the file into a table.
How to develop a SSIS package which has to continously monitor the specific location for a file....
ilikemicrosoft