SSC-FDM-TS0029

SET NOCOUNT statement is commented out, which is not applicable in Snowflake.

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 Documentation

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

Thank you for your understanding.

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:

IN -> SqlServer_01.sql
SET NOCOUNT ON;

OUTPUT CODE

OUT -> SqlServer_01.sql
----** SSC-FDM-TS0029 - SET NOCOUNT STATEMENT IS COMMENTED OUT, WHICH IS NOT APPLICABLE IN SNOWFLAKE. **
--SET NOCOUNT ON

Recommendations

Last updated