MSCEWI2017
Global temporary table trace functionality not supported.
Low
This message is shown when SnowConvert finds a Create Table with the GLOBAL TEMPORARY TRACE option. Since it is not supported in Snowflake, it is removed and a message is added.
CREATE GLOBAL TEMPORARY TRACE TABLE TableExample
(
ColumnExample Number
)
/*** MSC-WARNING - MSCEWI2017 - GLOBAL TEMPORARY TABLE TRACE FUNCTIONALITY NOT SUPPORTED ***/
CREATE TABLE PUBLIC.TableExample
(
ColumnExample Number(38, 19)
);
- No additional user actions are required.
- 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 1yr ago