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
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?
What is the process of normalization?
Where in ms sql server is ’100’ equal to ‘0’?
What sql server means?
How many null values we can have in a unique key field in sql server?
How do I perform an unattended install of sql server 2000?
Explain about remote stored procedure?
How to populate a table in sql server?
Define synonym?
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
what exactly sql injuction.how to overcome.....
How to use the inserted and deleted pseudo tables?
How many types of the database links?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
What are the different types of sub-queries?