Posted by Bijesz on 10/20/05 10:10
Hi,
I've got the following problem:
I'm using DTS to transfer fata from csv files into a table.
In the file there are often duplicated rows, therefore I made a
trigger
on the table.
The trigger works fine when i tried in query analyzer, but it not
launched
from the dts.
I've learned that i have to turn of the fast load option in the
properties of the transform data task object.
When I turn this option off, the task will fail with the following
message:
"The number of failing rows exceed the maximum specified.
Cursor operation conflict."
I wonder why this happens. There are no check constraints on the table
against duplication.
Thanks in advance for any help
[Back to original message]
|