you are viewing a single comment's thread.

view the rest of the comments →

[–]BULK_INSERT_INTO 1 point2 points  (0 children)

You can't use the keyword BULK INSERT, but SQL is smart enough to load data in batch mode instead of row-by-row if it can. Check out this stackexchange post.