Hi Friends
What is the STUFF function and how does it differ from the REPLACE function?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Sep 20, 2012, 12:21 PM
Rohatash KumarPosted Sep 19, 2012, 6:56 AM
The Stuff function is used to replace characters in a string. This function can be used to delete a certain length of the string and replace it with a new string.
Replace function
Replace all occurrences of the second given string expression in the first string expression with a third expression.
More...http://www.c-sharpcorner.com/UploadFile/rohatash/difference-between-stuff-and-replace-function-in-sql-server/