Home Forums SQL Server 7,2000 T-SQL Splitting a string from a column into three values RE: Splitting a string from a column into three values

  • You can use PATINDEX or CHARINDEX to do this. Here's a sample: http://www.sqlservercentral.com/articles/String+Manipulation/94365/