I want to export a large table using bcp. I get the count of the table, then divide that by 250k, then run one bcp export for each batch. (it\'s much faster this way)
<