This article shows how to use the bcp command-line utility to bulk copy data between an instance of SQL Server on Linux and a data file in a user-specified format. bcp is part of the SQL Server ...
If you specify 0, bcp prompts you for either the length of the field (for a character data type) or a field terminator (for a native non-character type). When you use native format, use length ...
I'm using bcp to dump large quantities of data into a table that has several indexed views built on top of it. It seems to work fine for a while, but on ...