SSC-EWI-TS0046

System table is not supported in Snowflake.

circle-info

Important Notice: Migration of Documentation Website

Please be advised that our documentation website is currently undergoing a migration to a new platform. To ensure you have access to the most up-to-date information, we kindly request that you visit our new documentation website located at:

Official Snowflake Snowconvert Documentationarrow-up-right

For any immediate assistance or if you encounter any issues, please contact our support team at [email protected]envelope.

Thank you for your understanding.

Severity

Medium

Description

This EWI is added when referencing SQL Server system tablesarrow-up-right not supported or whithout equivalent in Snowflake SQL. Click herearrow-up-right to see the complete list of supported and not supported system tables.

Code Example

Input Code:

IN -> SqlServer_01.sql
SELECT *
FROM 
    sys.all_sql_modules
WHERE 
    [STATE] = 0; -- state must be ONLINE

Output Code:

Recommendations

Last updated