I'm totally unfamiliar with using FTP inside or outside of MSSQL Server. I see that DTS can automate an FTP task, but I don't see how I can do exactly what I want. It doesn't look like the file name can be based upon GetDate().
I will need to download a CSV file from a remote FTP site on a daily basis. It will have a file name that includes yymmdd in it's name. The data in the file consists of the daily updates to an existing table. What is the best way to automate this task. Please provide detail as I'm unfamiliar with all except how to update the table once I have the file in a secondary table.
-Karl
[red] Cursors, triggers, user-defined functions and dynamic SQL are an axis of evil![/red]
[green]Life's uncertain...eat dessert first...www.deerfieldbakery.com[/green]
I will need to download a CSV file from a remote FTP site on a daily basis. It will have a file name that includes yymmdd in it's name. The data in the file consists of the daily updates to an existing table. What is the best way to automate this task. Please provide detail as I'm unfamiliar with all except how to update the table once I have the file in a secondary table.
-Karl
[red] Cursors, triggers, user-defined functions and dynamic SQL are an axis of evil![/red]
[green]Life's uncertain...eat dessert first...www.deerfieldbakery.com[/green]