David92595
Registered User.
- Local time
- Today, 11:41
- Joined
- Jun 28, 2011
- Messages
- 44
Hello,
Basics:Using access/excel 2007, SQL Server 2008 R2
I keep getting the same error from the SQL Server Import Wizard. I've been trying to import my db, and I have all of it except for the last 2 columns. I had to leave them out to get the rest of the data in... The two remaining columns are both memo's or varchar (max).
The data is originally from an access db, but I exported the table to an excel document to make general changes easier. Changes such as eliminating erroneous characters that SQL will not allow. I'm working with an old db that was set up and used by individuals who didn't really know what they were doing.
Back to the point...
When I try to import both of the last columns I get the error:
Executing (Error)[/size] Messages
· Error 0xc020901c: Data Flow Task 1: There was an error with output column "F3" (21) on output "Excel Source Output" (9). The column status returned was: "Text was truncated or one or more characters had no match in the target code page.".
(SQL Server Import and Export Wizard)
· Error 0xc020902a: Data Flow Task 1: The "output column "F3" (21)" failed because truncation occurred, and the truncation row disposition on "output column "F3" (21)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
(SQL Server Import and Export Wizard)
Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - Sheet2{:content:}quot; (1) returned error code 0xC020902A. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
I've even taken a very small portion of the column (100 rows) and tried to bring that into the SQL db with no luck. I'm faced with finding an answer to this or manually inputting close to 20,000 records!
PLEASE help.
David92595
Basics:Using access/excel 2007, SQL Server 2008 R2
I keep getting the same error from the SQL Server Import Wizard. I've been trying to import my db, and I have all of it except for the last 2 columns. I had to leave them out to get the rest of the data in... The two remaining columns are both memo's or varchar (max).
The data is originally from an access db, but I exported the table to an excel document to make general changes easier. Changes such as eliminating erroneous characters that SQL will not allow. I'm working with an old db that was set up and used by individuals who didn't really know what they were doing.
Back to the point...
When I try to import both of the last columns I get the error:
Executing (Error)[/size] Messages
· Error 0xc020901c: Data Flow Task 1: There was an error with output column "F3" (21) on output "Excel Source Output" (9). The column status returned was: "Text was truncated or one or more characters had no match in the target code page.".
(SQL Server Import and Export Wizard)
· Error 0xc020902a: Data Flow Task 1: The "output column "F3" (21)" failed because truncation occurred, and the truncation row disposition on "output column "F3" (21)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
(SQL Server Import and Export Wizard)
Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "Source - Sheet2{:content:}quot; (1) returned error code 0xC020902A. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.
(SQL Server Import and Export Wizard)
I've even taken a very small portion of the column (100 rows) and tried to bring that into the SQL db with no luck. I'm faced with finding an answer to this or manually inputting close to 20,000 records!
PLEASE help.
David92595