How to do multiple insert (50000 record) as well update using dapper .net ?
Is it possible to use SqlBulkCopy
to achieve this? If yes then how?
Is there any best way to implement multiple hierarchical insert or update using Dapper.net?
Technologies : C#, SQL Server 2012, Dapper.net
merge
t-sql operation