▲ | kermatt 3 days ago | |
While bcp lacks some features to make this as straightforward as PostgreSQL for example, i.e. piped data into bcp, it is a fast ingest option for MSSQL. We wound up staging a local tab delimited file, and importing via bcp:
Not elegant, but it works. |