SSC-EWI-TS0079

Database console command is not supported

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.

Severity

Medium

Description

This EWI is added when SnowConvert finds a DBCC statement inside the input code. Most DBCC statements are not supported in Snowflake.

Code Example

Input Code:

IN -> SqlServer_01.sql
DBCC CHECKIDENT(@a, RESEED, @b) WITH NO_INFOMSGS

Output Code:

OUT -> SqlServer_01.sql
!!!RESOLVE EWI!!! /*** SSC-EWI-TS0079 - DATABASE CONSOLE COMMAND 'CHECKIDENT' IS NOT SUPPORTED. ***/!!!
DBCC CHECKIDENT(@a, RESEED, @b) WITH NO_INFOMSGS;

Recommendations

  • No additional user actions are required; it is just informative.

  • If you need more support, you can email us at [email protected]

Last updated