MSCEWI4075

Built In Procedure Not Supported

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Medium

Description

Translation for built-in procedures is not currently supported.

Example Code

Input Code:

EXEC sp_addextendedproperty 'Caption';

Output Code:

----** MSC-ERROR - MSCEWI4075 - TRANSLATION FOR BUILT-IN PROCEDURE 'sp_addextendedproperty' IS NOT CURRENTLY SUPPORTED. **
--EXEC sp_addextendedproperty 'Caption'

Recommendations

Last updated