N
nashak
I am updating a table of a few million records with a update file i.e
based on the data in the update file, I am updating my records.
My code throws an error everytime it reaches a particular record. The
record is fine, logic is fine. If I use the same code with a file that
has data for only that record to be updated, it works fine.
I wonder if there is a limit to the number of SQL statements that can
be contained in one transaction or number of operations that a
transaction can hold.
Thanks,
based on the data in the update file, I am updating my records.
My code throws an error everytime it reaches a particular record. The
record is fine, logic is fine. If I use the same code with a file that
has data for only that record to be updated, it works fine.
I wonder if there is a limit to the number of SQL statements that can
be contained in one transaction or number of operations that a
transaction can hold.
Thanks,