Topic: Where did ufn_RtfToPlaintext go?
In SQL Management Studio I used to include the following in my SELECT statement
REPLACE( ISNULL( SUBSTRING(dbo.ufn_RtfToPlaintext( CAST( TAXON_OCCURRENCE.COMMENT AS VARCHAR ) ), 1, 255), ''), '"', '') AS [Comment]
However it looks like th ufn_RtfToPlaintext function has been removed as part of a Recorder 6 update.
What should I be using instead?
Cheers
Paul