I am doing batch insert for inserting 80k records and 1200 records per batch. The query is executing fine. The problem is that I am getting data from mssql server and creating a batch array out of it. So there are changes are due to some reason one of the batch insert fails.
But when a batch insert fails, it does for all 1200 records of that particular batch.
So, is there any way to find out how to get the exact records from the batch of 1200 records that failed the batch insertion.
And one more question.
While doing these insertion, the web site goes down for the time of updation.
Is there any way that during this time as well the site is not down.
Any help will be appreciated.
Thanks