STUFF(string, start, length, new_string) SELECT STUFF('SQL Tutorial', 1, 5, 'HTML'); -- output -- HTMLutorial