Questions tagged as 'sqlbulkcopy'

1
answer

How does SqlBulkCopy work?

I am using the SqlBulkCopy class for do the bulk data insertion. Everything has worked perfectly, but in recommending this to my co-workers, while proving efficiency, they questioned how it works. In my searches, I could see that S...
asked by 06.06.2016 / 19:06
1
answer

How to bulkcopy an excel file into an sql table

I wanted to bulkcopy an excel file into an sql table. But it's giving me this error when I try to send to sql:    System.InvalidOperationException: 'The specified ColumnName' TransDate '   does not match any column of data source. ' The co...
asked by 30.10.2017 / 12:09