dotnetco.de

Category Archives: ms sql

Modify large text in SQL Backend

The problem with editing large texts in SQL Backend is that the text is broken up into separate lines, so the “carriage return” character at the end of the first line is interpreted by anything SQL as the “I’ve finished typing, now go do that” command. The quickest way around it is simply to update […]