Answer Posted / lipsa
Stuff is a Sql server function.It Deletes a specified
length of characters and inserts another set of characters
at a specified starting point.
SELECT STUFF('abcdef', 2, 3, 'ijklmn')
::will return te following result::
aijklmnef
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain “not null constraint” in sql server?
Can sql servers link to other servers like oracle?
What are scheduled tasks in sql server?
What is a virtual table in sql?
What is the bookmark lookup and rid lookup?
How to store and query spatial data?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
How use inner join in sql server?
What are the options which must be set to allow the usage of optimistic models?
How do database indexes work?
Explain transaction isolation levels in sql server?
What is partition in sql server?
What are the new features of sql server 2012 reporting service?
What are “phantom rows”?
What is spatial and temporal data?