About 171,000 results
Open links in new tab
  1. How to replace a string in a SQL Server Table Column

    May 2, 2009 · 414 I have a table (SQL Sever) which references paths (UNC or otherwise), but now the path is going to change. In the path column, I have many records and I need to change just a portion …

  2. sql server - Replace function in SQL - Stack Overflow

    Replace function in SQL Asked 7 years, 2 months ago Modified 7 years, 1 month ago Viewed 19k times

  3. sql - UPDATE and REPLACE part of a string - Stack Overflow

    Jun 28, 2013 · sql sql-server string sql-server-2008 replace edited Sep 18, 2015 at 21:09 Beth 9,617 1 26 44

  4. Replace single quotes in SQL Server - Stack Overflow

    However, ordinarily you'd replace ' with '' and this will make SQL Server happy when querying the database. The trick with any of the built-in SQL functions (like replace) is that they too require you to …

  5. sql - using if statement how to replace values - Stack Overflow

    Apr 13, 2013 · using if statement how to replace values Asked 12 years, 8 months ago Modified 10 years, 6 months ago Viewed 34k times

  6. How do I search for a ', ' and replace with ', '<CR><LF> in SQL Server ...

    May 12, 2015 · In SQL Server Management Studio (SSMS), use the find/replace box with the "Use Regular Expressions" box selected and replace , (comma character) with ,\r\n (comma carriage …

  7. How to strip all non-alphabetic characters from string in SQL Server?

    Jun 17, 2009 · How could you remove all characters that are not alphabetic from a string? What about non-alphanumeric? Does this have to be a custom function or are there also more generalizable …

  8. sql - replace multiple values at the same time - in order to convert a ...

    Apr 22, 2014 · I am trying to convert a varchar field to a number, however, there is a set of common characters inside that field that need to be removed in order for me to successfully convert it to …

  9. sql server - SQL Nested Replace - Stack Overflow

    Oct 26, 2012 · I have a complex nested replace which I am using to join two tables in MSSQL. select * from A left outer join select * from B on replace( replace( replace( replace( ...

  10. Replacing a specific Unicode Character in SQL Server

    I'm using SQL Server Express 2012. I'm having trouble removing the unicode character U+02CC (Decimal : 716) in the grid results. The original text is 'λeˌβár'. I tried it like this, it doesn't work: