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.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 The data mismatching for the new customers

Author  Topic 

xhizi
Starting Member

6 Posts

Posted - 2012-11-15 : 04:32:37
Hi,

I import the data of invoices from access to sql, but for new customers the data imported with errors in sql.
for example:
the invoice with noserial 55555555 is made for customer A,
when i import this invoice in sql, it registered for customer B.
How can i fix permanently this problem?

thnx in advance!

sunitabeck
Master Smack Fu Yak Hacker

5155 Posts

Posted - 2012-11-15 : 08:51:59
This is very much dependent on how you are doing the importing and any code that used by the import process to associate customers with invoices. How are you importing? Do you have visibility into any code used by the import process?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-11-15 : 10:19:47
looks like issue with reference lookup for me. how are you doing the lookup? using t-sql or using ssis lookup task?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -