sql replace
update dbo.EquipmentAttribute
set AttributeName=replace(AttributeName,' ','')
where EquipmentID=83 and id =1308
update dbo.EquipmentAttribute
set AttributeName=replace(AttributeName,' ','')
where EquipmentID=83 and id =1308