SSC-EWI-TS0044
FOR XML clause is not supported in Snowflake.
Severity
Critical
Some parts of the output code are omitted for clarity reasons.
Description
This EWI is added for the FOR XML clause which is not supported in Snowflake SQL
Code Example
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Recommendations
Consider using UDFs to emulate the behavior of the source code. The following code provides suggestions of UDFs that can be used to achieve recreating the original behavior:
SQL Server
IN -> SqlServer_02.sql
Snowflake
OUT -> SqlServer_02.sql
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated