Tag: BCP
-
Loading data to SQL Azure the fast way
Here’s how to Load data to SQL Azure the fast way: use BCP or SSIS, and parallelize the loads. With some parallel optimization you’re able to achieve almost similar loading rates from outside Azure, i.e. over the Internet, as from Windows Azure, i.e.… Continued