About 49,300 results
Open links in new tab
  1. REPLACE (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Transact-SQL reference for the REPLACE function, which replaces all occurrences of a specified string value with another string value.

  2. SQL Server REPLACE () Function - W3Schools.com

    Definition and Usage The REPLACE () function replaces all occurrences of a substring within a string, with a new substring. Note: The search is case-insensitive. Tip: Also look at the STUFF () function. …

  3. SQL REPLACE Function Use and Examples - SQL Server Tips

    Apr 24, 2025 · Learn about the SQL Server REPLACE function along with several different examples of how this function can be used.

  4. SQL Server REPLACE Function By Practical Examples

    In this tutorial, you will learn how to use the SQL Server REPLACE () function to replace all occurrences of a substring by a new substring within a string.

  5. SQL REPLACE Overview and Examples - SQL Server Tips

    Jan 24, 2022 · In this article we look at the SQL Server REPLACE function and show several examples of how this can be used to replace text values in strings.

  6. How to Use the SQL REPLACE() Function - DataCamp

    Jul 8, 2024 · Learn the application of the SQL REPLACE () function in text manipulation. Understand the use of the REPLACE () function in data cleaning and database management.

  7. SQL Server REPLACE () Function - GeeksforGeeks

    Jul 23, 2025 · In this article, we are going to deep dive into the uses and implementation of the REPLACE () function. We will explore various examples along with their respective explanations.

  8. SQL Server: REPLACE Function - TechOnTheNet

    This SQL Server tutorial explains how to use the REPLACE function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the REPLACE function replaces a sequence …

  9. SQL REPLACE Function

    This tutorial shows you how to use the SQL REPLACE function to replace all occurrences of a substring with a new one.

  10. How to UPDATE and REPLACE Part of a String in SQL Server

    Jul 23, 2025 · Updating and replacing substrings in SQL Server involves the use of the UPDATE statement and the REPLACE function, respectively. These tools offer precise control over …