Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Carriage return problem

    After some digging - this seemed to finally do the trick.

    left (replace(replace(convert (char(255), cm.csm_description), char(13), ' '), char(10), ' '), 255) AS 'buildingpermitdescription'

    I realized that the field was a text...

  • RE: Trigger not working as expected

    Ahhh - good to know for future reference. Thanks so much for the assistance!

Viewing 2 posts - 1 through 3 (of 3 total)