Is there a smarter way to remove all special characters rather than having a series of about 15 nested replace statements?
The following works, but only handles thr
If you can use SQL CLR you can use .NET regular expressions for this.
There is a third party (free) package that includes this and more - SQL Sharp .