News

This project contains scripts to read CSV and JSON files from specified directories and generate SQL INSERT statements. The generated SQL scripts are saved in a specified output directory (sql-files).
Convert HTML Databases with python, yo can convert .csv to .sql archives too, just import in phpMyAdmin and get your tables and columns.
I need to do an export from SQL to a CSV or tab delimited. When playing around in enterprise manager I was able to create a job that would export a query to a tab delimited file.This is ok but I ...
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 ...