Wht is Stuff in sql ser

Answer Posted / sanjeev kumar

It is a inbuilt function that delete the character starting
from second parameter and No of character as in 3rd
parameter and place the all character of 4th parameter in
place of them.


Example:-

SELECT STUFF('sanjeev', 2,3, 'kumar')

Results:-

skumareev

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain user defined functions?

696


What are the different normalization forms?

716


Explain security with sql azure?

165


List the different types of collation sensitivities in sql server?

631


Recommend an approach to ensuring that all changes in the remote databases synchronize with the SQL Azure database?

114






How to use transact-sql statements to access the database engine?

639


What is a fill factor?

719


It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio

649


Which are the olap features?

655


Explain different types of Normalization.

686


Mention the different types of triggers?

635


If a table does not have a unique index, can a cursor be opened on it?

598


Write a SQL queries on Self Join and Inner Join.

680


What types of Joins are possible with Sql Server?

642


How to write character string constants or literals in ms sql server?

637