CONNECTION
Description
Some parts in the output code are omitted for clarity reasons.
When CONNECTION clause is in the ALTER statement, Snowconvert will comment out the entire statement, since it is not supported.
Sample Source Patterns
SQL Server
IN -> SqlServer_01.sql
Snowflake
OUT -> SqlServer_01.sql
Known Issues
1. ALTER TABLE CONNECTION clause is not supported in Snowflake.
The entire ALTER TABLE CONNECTION clause is commented out, since it is not supported in Snowflake.
Related EWIs
Last updated