MSCEWI4015

Database console command is not supported

Severity

Medium

Description

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

Code Example

Input Code:

DBCC CHECKIDENT(@a, RESEED, @b) WITH NO_INFOMSGS

Output Code:

/***  MSC-ERROR - MSCEWI4015 - DATABASE CONSOLE COMMAND 'CHECKIDENT' IS NOT SUPPORTED. ***/
/*DBCC CHECKIDENT(@a, RESEED, @b) WITH NO_INFOMSGS*/

Recommendations