TEXTIMAGE_ON
Non-relevant statement.
Notice that this statement is removed from the migration because it is a non-relevant syntax. It means that it is not required in Snowflake.
Description
TEXTIMAGE_ON [PRIMARY]
is a way in Transact to handle the large information groups inside a table. In Snowflake it is not required to define these kinds of characteristics because Snowflake handles large data files or information in a different arrangement.
Sample Source Patterns
Notice that in this example the TEXTIMAGE_ON [PRIMARY]
has been removed due to the unnecessary syntax.
IN -> SqlServer_01.sql
OUT -> SqlServer_01.sql
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated