I got the follow OnUpgrade implementation:
The SQL server does raise the follow exception: "This operation conflicts with another pending operation on this transaction. The operation failed." The exception is raised when the count = 251; I know that you'll send the data to the sql with batches. And it seems that it is limited to 251 items. Hope you can help me Regards Marco Leonardi |
Hello Marco,
Could you post your connection url/string? It might be a case that you don't use MARS, therefore you might end up with mixing read and update operations.