Immortal Coder
Coding Tips, Code Samples, Bug Fixes, Articles & More
Pages
(Move to ...)
Home
▼
Monday, May 22, 2017
Sample SQL Server function to Strip HTML tags from a HTML string
›
If you want to remove the HTML tags from a HTML string and retrieve only plain text, the below SQL Server function can be used. It is just r...
Tuesday, April 11, 2017
Sample SQL Server Function to Truncate a string
›
Below is the sample SQL Server function to Truncate a string to the given number of characters. If the string is smaller than the given li...
Sample SQL Server Function to Trim a string
›
Below is a sample SQL Server function to Trim a string. It removes leading & trailing whitespace characters from a string. This functi...
‹
›
Home
View web version