ExportTemplate
変更する必要がある xsl テンプレートを保持するテーブルにxml 列があります。
以下のクエリを使用すると、サーバーは 1 行が影響を受けることを通知しますが、実際の行を確認すると、変更は保持されていません。何か案は?ありがとうございました。
update Exports
set ExportTemplate.modify('
declare namespace xsl="http://www.w3.org/1999/XSL/Transform";
declare namespace xslt="http://www.w3.org/1999/XSL/Transform";
insert <Fuel><xslt:value-of select="Fuel"/></Fuel>
after (/xsl:stylesheet/xslt:template[3]/Vehicle/Condition)[1]')
where ExportCode ='AutoTrade';