I have about 400 products that don't have mapping currently, I have their product ID's and the Category ID's they should be going into. What is the correct query to run to insert these products into these categories. Thanks!
I have about 400 products that don't have mapping currently, I have their product ID's and the Category ID's they should be going into. What is the correct query to run to insert these products into these categories. Thanks!
INSERT INTO ProductCategory (ProductID,CategoryID) VALUES (123,456);
The above would insert product id 123 into category id 456.
TTFN
BFG
We gave up and bought this - it's just a mare of a job otherwise !
http://www.ecommercecartmods.com/p-1...torefront.aspx
8.0.1.4 W2008R2 64-bit MSSQL2005