Dapper.Bulk
Dapper.Bulk copied to clipboard
BULK INSERT without temptables?
Hello @KostovMartin
This is a great project.
-
I was wondering if the same could be accomplished without the use of temp tables, e.g. using BULK INSERT instead and if performance would be better?
-
It is possible with this library to do parent/child inserts similar to https://bulk-operations.net/bulk-insert#insert-related-child-entities
Inspiration from here: https://timdeschryver.dev/blog/faster-sql-bulk-inserts-with-csharp
Thank you