---
title: "What is STUFF() function is SQL Server?"  
description: "What is STUFF() function is SQL Server?"  
author: "Ashutosh Kumar Verma"  
published: 2021-11-11  
canonical: https://www.mindstick.com/interview/33816/what-is-stuff-function-is-sql-server  
category: "mssql server"  
tags: ["sql server", "sql"]  
reading_time: 1 minute  

---

# What is STUFF() function is SQL Server?

## STUFF() in SQL:

STUFF() function is used to delete a part of given string and insert a new string at that positon.

Syntax- STUFF(string, start, length, new_string);l

Example-

\

## Answers

### Answer by Ashutosh Kumar Verma

## STUFF() in SQL:

STUFF() function is used to delete a part of given string and insert a new string at that positon.

Syntax- STUFF(string, start, length, new_string);l

Example-

\


---

Original Source: https://www.mindstick.com/interview/33816/what-is-stuff-function-is-sql-server

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
