
T-SQL in SQL Server 2025: Substring Changes
Sep 29, 2025 · This article takes a look at the changes in SQL Server 2025 to the SUBSTRING function.
Extracting string after and before a Character/Pattern
Aug 19, 2009 · If we want to extract before the character you would put the charindex as the number of characters and start position as 0 in the substring function ----select characters before / select …
Extracting a String From Between Two Delimiting Characters
May 22, 2001 · Extracting a string from between two delimiting characters The problem A table contains a column (particulars) consisting of a semi-colon-delimited string of text, for which the text between …
Find a String in a String in SQL Server – SQLServerCentral
Oct 27, 2014 · Find a String in a String in SQL Server Steve Jones, 2016-03-10 One common question I see from many people new to T-SQL is how to find data in a string and extract it.
SQL Server vs Oracle: Substring – SQLServerCentral
Feb 13, 2009 · SQL Server vs Oracle: Substring Daniel Janik, 2017-09-05 (first published: 2017-08-23) Continuing the comparison between these two database giants, we dive into the substring function.
Removing part of string before and after specific character using ...
Feb 13, 2009 · To remove the part of string after the specific character, you use these transact-sql string functions as follow:
ERROR using CharIndex : Invalid length parameter ... - SQLServerCentral
Apr 18, 2017 · ERROR using CharIndex : Invalid length parameter passed to the LEFT or SUBSTRING function in sql Forum – Learn more on SQLServerCentral
T-SQL in SQL Server 2025: Substring Changes - SQLServerCentral Forums
Nov 7, 2025 · Home Forums Article Discussions Article Discussions by Author Discuss Content Posted by Steve Jones T-SQL in SQL Server 2025: Substring Changes Post reply
Remove duplicate substrings from string - SQLServerCentral
Apr 24, 2018 · Home Forums SQL Server 2014 Development - SQL Server 2014 Remove duplicate substrings from string Post reply
Find the second occurrence in the string - SQLServerCentral
Aug 2, 2018 · Home Forums SQL Server 2016 SQL Server 2016 - Development and T-SQL Find the second occurrence in the string Post reply