MSCEWI1095
Object Not Renamed
Low
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.
CREATE TABLE TableNotChanged
(
ColumnName Integer
);
CREATE TABLE TableNotChanged /*** MSC-WARNING - MSCEWI1095 - TABLE TableNotChanged WAS NOT RENAMED ***/ (
ColumnName Integer
);
- No end-user action is required.
Last modified 2mo ago