SQL Server 2000
I have a DTS that just copies the data from one database to the SQL server. No custom code involved. This works for all 69 other tables but this one table is giving me the error:
"Error at Source for Row number 1. Errors encountered so far in this task: 1.
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."
The table (at the source) consists of 3 fields. F1 is numeric (12, 4), F2 is numeric (12, 4) and F3 is numeric (2, 4). The destination table has each field set to decimal (12, 4) and decimal (2, 0) respectively. F1 is just 12 numbers (no decimal), F2 is just 12 numbers (no decimal) and F3 is just one number (no decimal).
Again, this exact procedure occurs on other tables with no problem but this one seems to have a problem. I can import the data to Access2003 and from there can import to SQL but this is not a viable option. Any ideas?
I used the Import Data wizard to create the table and the DTS (no custom code).
I am at a loss...help! Thanks!
I have a DTS that just copies the data from one database to the SQL server. No custom code involved. This works for all 69 other tables but this one table is giving me the error:
"Error at Source for Row number 1. Errors encountered so far in this task: 1.
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done."
The table (at the source) consists of 3 fields. F1 is numeric (12, 4), F2 is numeric (12, 4) and F3 is numeric (2, 4). The destination table has each field set to decimal (12, 4) and decimal (2, 0) respectively. F1 is just 12 numbers (no decimal), F2 is just 12 numbers (no decimal) and F3 is just one number (no decimal).
Again, this exact procedure occurs on other tables with no problem but this one seems to have a problem. I can import the data to Access2003 and from there can import to SQL but this is not a viable option. Any ideas?
I used the Import Data wizard to create the table and the DTS (no custom code).
I am at a loss...help! Thanks!