I'm very new to SQL2005 and I need to update an inventory table with shipping weights.
I have a spreadsheet of items and thier shipping weights which I need to match against an inventory table and update the weights in the inventory database when the item number in the spreadsheet is equal to the item number in the inventory database.
What is the best way to perform this task?
Thanks
Start Free Trial