SDU Tools: XMLEncodeString and XMLDecodeString in T-SQL
On occasions, I need to work with XML data in SQL Server T-SQL and one problem is that I need to be able to encode and decode strings, using the XML encoding standards. For example, my strings might include % characters or < or > characters, etc.
So we added a pair of tools (XMLEncodeString and XMLDecodeString) our free SDU Tools for developers and DBAs.
You can see them in action in the main image above, and in this video:
2019-02-27