It looks as though you have bad data. What this error message is telling
you is your source data will not fit into the datatype at the destination.
Some of the data will be compatible but others not. You have two different
data types and therein lies the problem.
--
----------------------------
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Piet Boersen" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
I've made a DTS-Package that first delete rows from a tabel and then put
new rows in that table. This package runs by a batch-file (ISQL; dtsrun /s
|
database /e /n Batchname).
Quote:
Since a few weeks the batch runs with error's :
Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:The number of failing rows exceeds the maximum
specified. (Microsoft Data Transformation Services (DTS) Data Pump
|
(8004202b): TransformCopy 'DTSTransformation__1' conversion error:
Conversion invalid for datatypes on column pair 4 (source column 'FTE'
(DBTYPE_VARNUMERIC), destination column 'FTE' (DBTYPE_R4)).)
Quote:
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0
When I start the batch in the morning it sometimes runs with no problems
en sometimes it fails.
Can someone help me? |