All,
I am inserting as xml datatype in a table, an XSLT document. Somewhere in my XSLT document I am using the character
<
for a reason. However when inserting to the table, the SQL Server replaces the
<
with
<
Any ideas how to store it without having SQL Server to change it?
Thanks,
M