Viewing 2 posts - 1 through 2 (of 2 total)
Just to be clear Im not looking to add the lines from the csv. Just want to update the existing db from the csv with products that are already in...
August 20, 2018 at 11:03 pm
#2002615
Modified CodeDECLARE @CT INTSET @CT = (SELECT COUNT([pID]) FROM [dbo].[Products])
IF ISNULL(@Ct,0) > 0BEGIN UPDATE a SET pWholesalePrice=src.NZToner, pListPrice=src.Sell,...
August 20, 2018 at 8:56 pm
#2002612