S
scarpacci
Hi Gurus,
A colleague receive data via an XML file from a vendor. We want to
compare the data in that file with what is in our db (it is an
inventory feed). Currently we pull the db inventory table into a
DataTable and also pull the xml file into a DataTable and use LINQ to
compare/find deltas. Our other option was to stage the data in a DB
table and do comparisons within SQL.
Any other thoughts/ideas on how to approach this situation?
Thanks,
S
A colleague receive data via an XML file from a vendor. We want to
compare the data in that file with what is in our db (it is an
inventory feed). Currently we pull the db inventory table into a
DataTable and also pull the xml file into a DataTable and use LINQ to
compare/find deltas. Our other option was to stage the data in a DB
table and do comparisons within SQL.
Any other thoughts/ideas on how to approach this situation?
Thanks,
S