SSC-FDM-TS0029
SET NOCOUNT statement is commented out, which is not applicable in Snowflake.
Description
When SnowConvert encounters a SET NOCOUNT
statement, it adds this FDM. SnowConvert then comments out the SET NOCOUNT
statement because it is not relevant in the Snowflake environment.
Code example
Input Code:
SET NOCOUNT ON;
OUTPUT CODE
----** SSC-FDM-TS0029 - SET NOCOUNT STATEMENT IS COMMENTED OUT, WHICH IS NOT APPLICABLE IN SNOWFLAKE. **
--SET NOCOUNT ON
Recommendations
If you need more support, you can email us at [email protected]
Last updated