Viewing 5 posts - 1 through 5 (of 5 total)
Thanks for the reply but unfortunately it is not working. When I executed the same query in the separate window its works great but while I replace my code with...
February 17, 2020 at 6:15 pm
Thanks for letting me know. I will update the post with scripts as per your suggestions.
February 10, 2020 at 5:34 pm
Thanks, it works.
February 6, 2020 at 9:54 pm
Yeah, I agree with you DateTime or Date column datatypes are good. But not sure who created this table this is what it is. Right now it is YYYY-MM-DD
February 6, 2020 at 6:46 pm
Thanks, it worked. I really appreciate your help. Made below changes.
Instead of alertQueue used nestedAlertQueue and it resolved my issue.
SELECT alertQueue.[Prod No] AS ProdNumber
, SUBSTRING(alertQueue.[Prod No], PATINDEX('%[^0]%',...
January 27, 2020 at 11:58 pm
Viewing 5 posts - 1 through 5 (of 5 total)