Which SQL Server data pump gets data in and out faster?
Every SQL Server application manager needs to move a large amount of data into or out of a SQL Server database at least once, so SQL Server has several tools for bulk data-transfer operations. In this article, I compare two familiar SQL Server utility programsbulk copy program (bcp) and Data Transformation Services (DTS)in a common scenario: moving data to and from an ASCII text file. I compare the perf...