PRIMARY KEY
Description
Some parts in the output code are omitted for clarity reasons.
SQL Server primary key has many clauses that are not applicable for Snowflake. So, most of the statement will be commented out.
Syntax in SQL Server
Syntax in Snowflake
Sample Source Patterns
Notice that WITH FILLFACTOR
statement has been removed from the translation because it is not relevant in Snowflake syntax.
SQL Server
IN -> SqlServer_01.sql
Snowflake
OUT -> SqlServer_01.sql
Known Issues
No issues were found
Related EWIs
No related EWIs.
Last updated