SSC-FDM-TS0018
Database console command is not supported
Description
This FMD is added when SnowConvert finds a DBCC statement inside the input code. Most DBCC statements are not supported in Snowflake.
Code Example
Input Code:
DBCC CHECKIDENT(@a, RESEED, @b) WITH NO_INFOMSGS
Output Code:
----** SSC-FDM-TS0018 - 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 snowconvert-support@snowflake.com
Last updated