News

Now that you’ve automated the fetching of your flat file via FTP, the next step is to automatically import that file into SQL Server. To do this, we’ll use an SQL Server Agent Job.
The file, "c:\files\december_sales.csv," contains CSV data you wish to import. The table, "in_sales," is a database table formatted with the same number and types of fields as the CSV file.