SSC-FDM-TS0016
XML columns in Snowflake might have a different format
Description
This warning is added when an SQL Server FOR XML clause is transformed to its Snowflake equivalent. It is added because columns in XML could be different.
Code Example
Given the following table called employee
as an example.
Id
Name
Hint
1
Kinslee Park
Developer
2
Ezra Mata
Developer
3
Aliana Quinn
Manager
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Recommendations
No additional user actions are required; it is just informative.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated