MSCEWI4046
System table is not supported in Snowflake.
Medium
This EWI is added when referencing SQL Server system tables not supported or whithout equivalent in Snowflake SQL. Click here to see the complete list of supported and not supported system tables.
SELECT *
FROM
sys.all_sql_modules
WHERE
[STATE] = 0; -- state must be ONLINE
SELECT *
FROM
-- ** MSC-ERROR - MSCEWI4046 - SYSTEM TABLE sys.all_sql_modules IS NOT SUPPORTED IN SNOWFLAKE **
-- sys.all_sql_modules
WHERE STATE = 0; -- state must be ONLINE
- For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.
Last modified 4mo ago