|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, September 29, 2012 2:37 AM
Points: 7,
Visits: 48
|
|
my SSIS package loads data from excel file to SQL server table. The excel file has 5000 rows.
When I execute the Package the number of rows shown in the data flow path is 5000 leading to oledb destination. No errors. everything in green. But when I check the sql table record count its only 100. (Note: I have used - table or view - Fast Load. I have error output redirected to another table. Nothing is entered there as error.)
when I delete oledb destn and place Flat file destintion, all 5000 records are loaded.
When I create a new table(SSIS defined) from oledb destn, instead of original table, all 5000 rows are loaded. Again if I rename this new table to original table it loads only 100 rows.
The original table doesnt have any triggers/constraints.
What might be happening here?
Thanks.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Friday, April 26, 2013 2:31 AM
Points: 228,
Visits: 495
|
|
BackT0Work (4/19/2011) my SSIS package loads data from excel file to SQL server table. The excel file has 5000 rows.
When I execute the Package the number of rows shown in the data flow path is 5000 leading to oledb destination. No errors. everything in green. But when I check the sql table record count its only 100. (Note: I have used - table or view - Fast Load. I have error output redirected to another table. Nothing is entered there as error.)
when I delete oledb destn and place Flat file destintion, all 5000 records are loaded.
When I create a new table(SSIS defined) from oledb destn, instead of original table, all 5000 rows are loaded. Again if I rename this new table to original table it loads only 100 rows.
The original table doesnt have any triggers/constraints.
What might be happening here?
Thanks.
Can you place a rowcount component before the OLD DB destination and check it's value?
Also, have a look at the execution results pane in BIDS... [SSIS.Pipeline] Information: "component "OLE DB Destination" (nn)" wrote xx rows.
Regards
Regards Brian Ellul ---------------------------------------------------------------------------------- Computers are incredibly fast, accurate, and stupid. Human beings are incredibly slow, inaccurate, and brilliant. Together they are powerful beyond imagination. - Albert Einstein -
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 1:21 AM
Points: 9,374,
Visits: 6,471
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, January 15, 2013 3:02 PM
Points: 1,
Visits: 41
|
|
| Make sure you don't have the error output for the OLE DB destination set to ignore errors.
|
|
|
|
|
SSCrazy Eights
        
Group: General Forum Members
Last Login: Today @ 1:21 AM
Points: 9,374,
Visits: 6,471
|
|
|
|
|