String Functions MSSQL Tutorial

The syntax is: REPLACE(string to search, string to find, string to replace)
5>
6> SELECT REPLACE("rntsoft.com","java","JAVA")
7> GO
------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------
rntsoft.com
(1 rows affected)