MSCEWI1095
Object Not Renamed
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This Issue is used to indicate that an Object was not renamed. Note that this appears only when the feature of the renaming is being used.
Example Code
Input Code:
CREATE TABLE TableNotChanged
(
ColumnName Integer
);
Output Code:
CREATE TABLE TableNotChanged /*** MSC-WARNING - MSCEWI1095 - TABLE TableNotChanged WAS NOT RENAMED ***/ (
ColumnName Integer
);
Recommendations
No end-user action is required.
If you need more support, you can email us at [email protected]
Last updated