Most voted "sqlbulkcopy" questions
Allows you to efficiently bulk upload updates to an SQL Server table with data from another source.
Learn more…4 questions
Sort by count of
-
5
votes1
answer762
viewsHow does Sqlbulkcopy work?
I’m using in my class project SqlBulkCopy to mass input data. Everything has worked perfectly, but in recommending this to my co-workers, despite proving the efficiency, questioned about the…
-
3
votes1
answer98
viewsHow to Bulkcopy an excel file to an sql table
I wanted to make a bulkcopy from an excel file to an sql table. But you’re giving me this error when I try to send to sql: System.Invalidoperationexception: 'The Columnname indicated 'Transdate'…
-
1
votes0
answers263
viewsBulk C# and Sql Server NFE xml import
Good morning! I have an application with the following features: Windows Forms, C# Visual Studio Community 2019 Sql Server Express Windows 10 Pro About: I created the application in order to import…
-
0
votes0
answers127
viewsCharacter 'º' is accepted by utf8 within the Insert, but not when I use COPY
I’m trying to migrate data from a Firebird database to a Postgresql version 12.0. To generate a. csv file containing the table records in Firebird, I use the software Fbexport, ./fbexport -Sc -D…