SQL Server: Script to Remove Extra Spaces from a String

In this post, I am sharing a solution to remove the extra spaces from a string value of SQL Server. Before a few days ago, I was doing data migration from a CSV sources into the SQL Server Table. I checked my destination table and found lots of extra space in one of my string … Continue reading SQL Server: Script to Remove Extra Spaces from a String