Market Data Database

Market Data Database

MARKET.CSV loads data to CSV.

The MarketData folder contains everything you need to create an SQL Server database and load CSV data to the database.

You can copy SQL codes to create the required tables from the files:

  • bin\mssql-create-database-google.sql
  • bin\mssql-create-database-msn.sql
  • bin\mssql-create-database-yahoo.sql

You can use mssql-remove-database.sql to drop tables.

You can edit table structures and default schemas.

Just reflect your changes in the mssql-import-*.sql files used to import data.