This is a deprecated version of the SnowConvert documentation, please visit the official site .
Severity
Critical
Description
This error appears when the body of a specific procedure statement is not generated.
Example Code
SQL Server
CREATE PROCEDURE proc1
SELECT
Snowflake
CREATE OR REPLACE PROCEDURE proc1 ()
RETURNS STRING
LANGUAGE JAVASCRIPT
EXECUTE AS CALLER
AS
$$
// ** MSC-ERROR - MSCEWI1014 - BODY NOT GENERATED FOR PROCEDURE 'proc1', AT LINE 0. **
$$