George,
Thanks for pointing me in the right direction. I was getting close in SQL server using the following in my column field:
REPLACE(REPLACE(REPLACE(SUBSTRING(CONVERT (VARCHAR(400), dbo.EmployeeNotes.Notes), 101, 100), '\par }', ''), CHAR(10), ''), CHAR(13), '')
I don't think this was...