Hacker News new | ask | show | jobs
by hunterjrj 3179 days ago
Not sure if you're trolling here but... have you tried bcp?

"The bulk copy program utility (bcp) bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files."

https://docs.microsoft.com/en-us/sql/tools/bcp-utility

1 comments

Thank you, yes I did try it, bcp does not escape commas or newlines in a field.