Processing the TEXT datatype with TSQL Hi;
I have a table with a TEXT datatype.
Its a comment field.
Right now the users who put in singlequotes are killing the web front
end.
The programmer responsible is fixing this issue but it might be a few
weeks until we get the patch.
I would like to write a trigger that whenever this field is updated it
will scan the text for single quotes ( and hard returns \r ) and
extract them.
I found some nice string functions in HELP.
Will these string functions work with the TEXT datatype in a TSQL
script/trigger?
Thanks in advance
Steve |