-- Fix IBCPosition EXECUTE sp_rename @objname = N'[dbo].[IBCPosition].[ProductCategory]', @newname = N'PollutionCategory', @objtype = N'COLUMN'; GO