show/hide this revision's text 2 typo

Seems like it'd be pretty easy to write a script that reads the text file, and converts it to "INSERT * into TABLE" Sql statements. I suspect this has already been done, but a simple implementation would be less than 100 lines of code in your favorite scripting language.

Hey, Google says SQLServer comes wiuth with such a tool, BULK INSERT:

show/hide this revision's text 1

Seems like it'd be pretty easy to write a script that reads the text file, and converts it to "INSERT * into TABLE" Sql statements. I suspect this has already been done, but a simple implementation would be less than 100 lines of code in your favorite scripting language.

Hey, Google says SQLServer comes wiuth such a tool, BULK INSERT: