Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
idcompliance-rule

Rule name

DB tables reference Database table references are fully qualified

Parallel Job

Yes

Server Job

Yes

Job Sequence

No-

Description

Identifies where database table references are not fully-qualified

Description

Database table references can sometimes cause problems when migrating from Development to downstream QA and Production environments as they will likely be communicating with different databases to those used in Development. Those databases may well have different configurations to those against which the Job was developed, and there may arise some confusion about which schemas or other database objects are being referenced by the Job. Fully qualified database table references (of the form database.schema.table)

Actions

Ensure all database object references used by your Job are not-fully qualified (e.g., not of the form {database}.{schema}.{tablename})