This is my first time using connect. Almost all the programming language have function TRIM() which removes space leading and following any word. However, SQL Server does not have TRIM() function.SQL Server has LTRIM() and RTRIM() function when combined like LTRIM(RTRIM()) it works same as expected TRIM() function - which I am proposing.This might be reported earlier but this is one request I think is the most requested in development community.