documentation/Reference/Code Analysis Rules/Redgate Regex Rules Library.md
{% include enterprise.html %}
{% include anchor.html link="RX001"%}
Dropping a table is likely to result in the loss of data so should be investigated before continuing.
all{% include anchor.html link="RX002"%}
Changing passwords through a DB migration is not considered best practice
oracle/postgres/tsql{% include anchor.html link="RX003"%}
This operation is likely to result in a loss of data so should be investigated before continuing
all{% include anchor.html link="RX004"%}
This operation is likely to result in a loss of data so should be investigated before continuing
all{% include anchor.html link="RX005"%}
It is not common to access to this degree so should be investigated before continuing
all{% include anchor.html link="RX006"%}
Allows grantee to grant additional permissions and so it becomes difficult to track the scope of permissions
all{% include anchor.html link="RX007"%}
Allows grantee to grant administrative permissions and so it becomes difficult to control the scope of permissions
all{% include anchor.html link="RX008"%}
Modifies the properties of an existing user and should be investigated before continuing
all{% include anchor.html link="RX009"%}
It is not common to access to this degree so should be investigated before continuing
all{% include anchor.html link="RX010"%}
This is used to create user accounts so should be investigated before continuing
all{% include anchor.html link="RX011"%}
This is used to modify user accounts so should be investigated before continuing
all{% include anchor.html link="RX012"%}
This is likely to result in a loss of data so should be investigated before continuing
all{% include anchor.html link="RX013"%}
This could lead to performance problems
all{% include anchor.html link="RX015"%}
A table has been created but has no MS_Description property added
It is a good practice to include a description in the MS_Description extended property to document the purpose of a table.
TSQL