
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 …
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 …
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 …
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.
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:
SQL question ? How can we find all the occurrences of a text in a ...
Mar 2, 2017 · SQL question ? How can we find all the occurrences of a text in a string Forum – Learn more on SQLServerCentral
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
First Two Words – SQLServerCentral Forums
Mar 10, 2023 · Home Forums SQL Server 2022 SQL Server 2022 - Development First Two Words Post reply 1 2 Next