Hello,
here is my SQL statement which is working in most RDBMS bu SQL Serever, is there some solution to pass column value from main query to subquery like it is show in my sample down???
UPDATE abc.Products P SET P.ProductName = (SELECT T.Txt02 FROM tmp.TempTable T WHERE T.Txt01 = P.SKU)
Thanks in advance...