views:

101

answers:

2

Hi,

We have a data table in our ASP.NET application. It is holding 800+ records. Now we need to store all these records into database at a shot by using a SQL Server Stored Procedure.

Would you please let me know the best way to implement it and a reference code sample.

Thank you, Regards. Venkat.

A: 

Have you considered the SqlBullCopy Class?

David Stratton