News

Microsoft's SQL Server software ... bcp my_database.sales_table in c:\sales_files\january_sales.csv -t, -U salesloginNote that bcp uses several command-line option switches.
I have a daily generated csv file that I'm going to have its contents inserted into tables in our SQL Server database. I can open the csv as a recordset in ADO, but I'm not sure how I open a ...
Here are the basic steps to automate an FTP download in Windows followed by a CSV insert into MS SQL ... server via FTP. In Windows you can accomplish this using a script to send ftp commands.