Home Forums SQL Server 2005 T-SQL (SS2K5) How to escape the ^ symbol in the following function RE: How to escape the ^ symbol in the following function

  • would you expect your function to remove high ascii characters as well?

    i had posted a solution in your other thread on a similar strip function;

    what would you expect for the results of this?

    SELECT dbo.[fn_QBRemoveNonAlphaChars](

    'ÀAlbèert ËEîinstêeiìn ÌInstìitúutëe - MPG')

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!