Get position of a character in a string SQL Server T-SQL Posted by Ray Fox select CHARINDEX(<char>,<columnname>,[<startpoint>]) from <tablename>;