MSC-PG0028
TRUNCATE 'RESTRICT' behavior should be used when table has no references. If have references should be added.
Severity
Description
Code Example
Input code:
TRUNCATE table_with_identity RESTRICT;Output code:
--** MSC-WARNING - MSC-PG0024 - THE TRUNCATE RESTRICTED BEHAVIOR SHOULD BE USED WHEN TABLE HAS NOT REFERENCES, IF HAVE REFERENCES PLEASE ADDED. **
TRUNCATE table_with_identity;Recommendations
Last updated
