July 20, 2004 06:20 PM
Bulk-Insert Options for ADO.NET
Rating:

(0)
SQL Server Magazine
InstantDoc ID #43063
Clients commonly ask me how to bulk insert data into SQL Server from ADO.NET applications. There's no easy answer to this question because ADO.NET doesn't have any built-in bulk-insert objects. The most straightforward method for performing bulk-insert operations from ADO.NET is loading the DataSet with multiple large groups of rows, then sending updates to SQL Server. You can also use the SqlCommand object inside either a stored procedure or a parameterized INSERT statement to insert the data. ...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: