String Functions MSSQL Tutorial

SUBSTRING(string_to_remove_string_from, start_position, length)
6> SELECT SUBSTRING("rntsoft rntsoft",2,3)
7> GO
------
ava
(1 rows affected)