tigertoolbox
tigertoolbox copied to clipboard
Fix XML conversion error
XML conversion error under SQL Server 2012 and SQL Server 2016 and when collation of the server was FRENCH_CI_AS. Using NVARCHAR instead of VARCHAR helped to resolve the issue.