Viewing 3 posts - 1 through 3 (of 3 total)
It looks like you have a comma missing after @server ~.
Details of my similar project here ...
https://richardbriansmith.wordpress.com/2015/08/14/2110/
August 14, 2015 at 5:30 am
#1820003
Good to know :unsure:
July 24, 2014 at 6:02 am
#1732067
Personally I would flip the string, use substring to remove the last 3 characters, then flip it back. eg select reverse(substring(reverse(CustomerName),4,200))
December 6, 2013 at 10:22 am
#1671593