Hello @KostovMartin This is a great project. 1) I was wondering if the same could be accomplished without the use of temp tables, e.g. using [BULK INSERT](https://learn.microsoft.com/en-us/sql/t-sql/statements/bulk-insert-transact-sql?view=sql-server-2016) instead and if performance would be better? 2) 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
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