Viewing 12 posts - 1 through 12 (of 12 total)
thank you this works.
May 23, 2024 at 4:06 pm
hello is unique the skid the only difference is the non applicable word.
May 15, 2024 at 2:00 pm
thanks so much for this help. is working now..save me !!!
thanks a lot!
September 12, 2021 at 4:50 pm
This works super good:
SELECT CountryOfOrigin,
PartNumber,
SUM(Quantity) Qty,
'x' Sol,
'x' LoadPlanId,
'x' SalesOrder,
'x' PalletNumber
FROM #tempCOO
GROUP BY CountryOfOrigin, PartNumber
ORDER BY CountryOfOrigin, PartNumber
thanks a lot!!!!
May 7, 2021 at 1:15 am
yes this logic
thank you so much
SELECT parent.*
,NewCol = CASE WHEN oa.Cnt > 0 THEN 'Mixed' ELSE 'Real' END
FROM @PalletContent parent
OUTER APPLY (SELECT TOP 1 Cnt = 1 FROM @PalletContent child...
November 19, 2020 at 2:44 am
it worked thank you!
November 18, 2020 at 11:39 pm
Thanks so much. this logic also works. Ill appreciate it thank you!
November 18, 2020 at 11:38 pm
Thanks so much Ill try tomorrow and I will let you know the results!! thanks so much again!
November 16, 2020 at 12:51 am
I also follow your advice changing the format of the date in the variable instead of on where. Query performance is better now! Thank you thank you!
November 4, 2020 at 10:58 pm
Hello Thank you so much for this. I changed already the code with the changes you gave me and query is much much faster now..thank you so much
November 4, 2020 at 10:56 pm
Does SKA have an index on StockKeepingId and AttributeNumber ? yes Index for this table is StockKeepingId
Does RMD have an index on RmaDocumentId and RmaDocumentAttributeId ? also Index for this table...
November 4, 2020 at 8:26 pm
Viewing 12 posts - 1 through 12 (of 12 total)