MS SQL Server SPACE() Function
Sometimes you may need to add space with your desired text in MS SQL Server. There is a function called SPACEĀ in MS SQL Server by...
MS SQL Server TRIM() Function
Sometimes there may be want to remove unwanted space or other character from a string or field in MS SQL Server. There is a function...