A quick 'opinions' question.
Returning between 2 and 50 records from a dataset to a SQL table. What is the prefered methodolgy: a for...each loop repeatedly calling a stored procedure and passing a record at a time or utilise some of the bulk insert methods.
Like to know your opinions guys.
Returning between 2 and 50 records from a dataset to a SQL table. What is the prefered methodolgy: a for...each loop repeatedly calling a stored procedure and passing a record at a time or utilise some of the bulk insert methods.
Like to know your opinions guys.