hi there
the problem im facing is duplication i am uploading monthly customer details of my entire customer sales report (excel) to sql
server database through ssis. after process (debugging ) when i verify table in sql server i've found that number of rows count match with excel sheet but total sales is different. my excel report contains more than 6lacs rows which is sorted by date wise
customerswise productwise purchase rate , for ex abc customer purchase x product on 06 date total amount of that transaction is 20.rs next day same customer purchased y product total amount is 50 rs here i face problem when i upload package it wasnt show any
error and deployed succefully but when i check data in sql it only captured 1st transaction amount and copied it datewise means only 20 rs transacation (1st transaction amount) shows in that customers for his entire month purchase (instead of 2nd transaction
amount 50 it shows 20rs and that happened to every customrs in every transactions)
report is datewise customerwise sales report so it should contain dupicate value
pls help me
reply ur mail id so that i can send you report for making thing clear
sorry for my poor English apology
Document date | Customer name | product code | Qty | Excel sheet value | value captured in sql databse |
1/7/2016 | ankita store | 82179647 | 12 | 59.82 | 59.82 |
1/7/2016 | maharja store | 82184049 | 2 | 20 | 20 |
2/7/2016 | maharja store | 82184122 | 1 | 50 | 20 |
3/7/2016 | maharja store | 82174549 | 1 | 43 | 20 |
4/7/2016 | maharja store | 82173320 | 1 | 43 | 20 |
5/7/2016 | maharja store | 82184296 | 3 | 50 | 20 |
6/7/2016 | maharja store | 82184049 | 2 | 44 | 20 |
7/7/2016 | maharja store | 82170831 | 1 | 21 | 20 |
8/7/2016 | maharja store | 82184296 | 5 | 83 | 20 |
9/7/2016 | maharja store | 82189642 | 1 | 9 | 20 |
10/7/2016 | maharja store | 82187751 | 3 | 27 | 20 |
1/7/2016 | Raj store | 84853781 | 40 | 250 | 250 |
5/7/2016 | Raj store | 82185081 | 2 | 125 | 250 |
6/7/2016 | Raj store | 82185082 | 2 | 125 | 250 |
8/7/2016 | Raj store | 82185882 | 1 | 194 | 250 |
11/7/2016 | Raj store | 82184870 | 3 | 511 | 250 |