sqlhints.com
TRIM function in Sql Server
Many a times we come across a scenario where we get an input string with leading and/or trailing spaces. In such scenarios we would like to store it into the database by removing the leading and tr…