Home Forums SQL Server 2008 T-SQL (SS2K8) Replacing a string when the value is found in a table RE: Replacing a string when the value is found in a table

  • Sergiy (5/2/2013)


    select @SearchString = REPLACE(@SearchString, LastName, '')

    FROM ThisTable

    select @SearchString

    +1 🙂

    _______________________________________________________________
    To get quick answer follow this link:
    http://www.sqlservercentral.com/articles/Best+Practices/61537/