Im getting 'Update operation affected 0 records due to possible concurrency violation.
What does this mean?
Im trying to insert a new record into a fresh table and im getting 'Update Operation Affected 0 records'
This message should not appear during insert operation. It can appear during update operation when query does not update the table (usually it happens when you're trying to update record that somebody has removed from table).
Could you please tell us the full product version and the structure of the table you are trying to fill with data (I mean DDL text)?
Could you please tell us the full product version and the structure of the table you are trying to fill with data (I mean DDL text)?