sql server dts:
I have a DTS package which copies rows from 150 tables using Union ALL.
Around 30 million rows are involved. However package fails after 8.6 million
ros with the error
Error at Source for Row number 8697091. Cannot convert nvarchar value of
(NULL) to tinyint. Errors encountered so far in this task: 1.
Now I have no way of knowing what this row is and also my destination table
does have a tinyint. Please help!