Hello all,
Yesterday the following SQL view and Proc worked fine. Today I only get a single pin in the field.
View used to call concatenate:
SELECT Drawing, ExtrctDate, RefDes, CavArrngID, SealingPlug, dbo.GetPins(Drawing, ExtrctDate, RefDes, CavArrngID, SealingPlug) AS Pins
FROM...