I have a situation, consider:...SQL Server 2014 Database with table T1....WPF application that has EF6 to maintain data in table T1....Application is running OK....When app starts, if table T1 is empty (0 records), SqlBulkCopy is used to insert 5000 recor...