I will be doing a data transfer at some point and I don't want to use DTS for many reasons.
Is there any way of monitoring a large insert statement that may take up to an hour to complete? So you could quickly see that it had only transfered one row after 10 minutes and there was therefore something wrong.
Also if you wait for that hour only to find an extrmely unhelpful error message like - error converting varcahr value ?@?"£?$" to ?"£$@" is there an easy method of finding which row caused the error in the source table?
Cheers
AH
Is there any way of monitoring a large insert statement that may take up to an hour to complete? So you could quickly see that it had only transfered one row after 10 minutes and there was therefore something wrong.
Also if you wait for that hour only to find an extrmely unhelpful error message like - error converting varcahr value ?@?"£?$" to ?"£$@" is there an easy method of finding which row caused the error in the source table?
Cheers
AH