[Message Deleted]
-
[Message Deleted]
-
[Message Deleted]
mobius111001 wrote:
Does anyone know of any common errors
Yes, using an outdated version that can't handle the load.
mobius111001 wrote:
or is it just possible I may be doing more work that this DB has ever seen??
Without knowing anything about the work are doing it is impossible to make that determination.
only two letters away from being an asset
-
mobius111001 wrote:
Does anyone know of any common errors
Yes, using an outdated version that can't handle the load.
mobius111001 wrote:
or is it just possible I may be doing more work that this DB has ever seen??
Without knowing anything about the work are doing it is impossible to make that determination.
only two letters away from being an asset
Pretty much take a bunch of data from one table, saving it to a list in memory, going through the list, processing a record, and possibly writing data back to the db. It is being processed one record at a time.
-
Pretty much take a bunch of data from one table, saving it to a list in memory, going through the list, processing a record, and possibly writing data back to the db. It is being processed one record at a time.