Hello,
I have a situation in which I need to replace apostrophe characters with a space, within a text string. I need to do this edit in a nvarchar 20 field that contains last names.
For example, if I have a lastname of O'Neil, that name needs to be edited to become O Neil.
I am working with some String Functions now, but I wanted to check to see how others might handle this.
Thanks
CSDunn