How to remove diacritics in computed persisted columns? COLLATE is non-deterministic and cannot be used
I have a function that includes: SELECT @pString = CAST(@pString AS VARCHAR(255)) COLLATE SQL_Latin1_General_Cp1251_CS_AS This is useful, for example, to remove accents in … Read more