SQL Trim Whitespace

update table set CompanyName = LTRIM(RTRIM(CompanyName))
Ashamed Addax