Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extremely Fast INSERTs
Message
General information
Forum:
Microsoft SQL Server
Category:
Database management
Miscellaneous
Thread ID:
00491451
Message ID:
00491905
Views:
12
BCP is the only fast way I know of getting data into SQL server. I am not sure what kind of throughput you are looking for but in my experience, bcp has been able to handle up to 5000 rows per second. Also since bcp is a non-logged operation, SQL server does not write the transactions to the t-log which is why it is faster than SQL-insert command.

-Kurt
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform