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

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

    FROM ThisTable

    select @SearchString

    _____________
    Code for TallyGenerator