CHECK CONSTRAINT
Description
Some parts in the output code are omitted for clarity reasons.
When the constraint that was being added in the SQL Server code is not supported at all in Snowflake, Snowconvert comments out the Check constraint statement, since it's no longer valid.
Sample Source Patterns
SQL Server
IN -> SqlServer_01.sql
Snowflake
OUT -> SqlServer_01.sql
Known Issues
1. The invalid CHECK CONSTRAINT is commented out leaving an invalid ALTER TABLE statement.
Related EWIs
SSC-EWI-0035: Check statement not supported.
Last updated