Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
admin001
Posting Yak Master
166 Posts |
Posted - 2003-05-26 : 05:23:04
|
| Hi ,I am trying to pump a 60 MB data into a database through a job which is being executed manually . After some time I am getting an error message that :DTSStep_DTSDataPumpTask_1: The number of failing rows exceeds the maximum specified. Error source: Microsoft Data Transformation Services (DTS) Data Pump Help file: sqldts80.hlp Help context: 0 Error Detail Records: . The step failed.The source file a falt file and through DTS it uploads it into DB .Can someone on this error message ?Thank you very much . |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2003-05-26 : 11:25:06
|
| It just means that it has exceeded the specified max errors.Probably some entries in the file are incorrect.(You would probably find bulk insert simpler and faster).==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
admin001
Posting Yak Master
166 Posts |
Posted - 2003-05-26 : 22:54:23
|
| Hello nr,Yes i guessed that the source file received could be incorrect . I asked for another copy and executed the DTS again. This time it was successful . Thanks for your reply . |
 |
|
|
|
|
|