Skip to main content

Suppress TSql Warnings

Suppress TSql Build Warnings.

A comma-separated list of T-SQL warning codes. When the value is not blank, it is written to the SuppressTSqlWarnings property of each generated SSDT database project (.sqlproj), so those warnings do not surface when the projects build.

When to Change This Setting

Keep the default list to build the generated projects without the warnings the generated warehouse code commonly raises. Append codes to silence additional accepted warnings, or clear the value to surface every build warning.

Notes

  • This setting is part of the SSDT settings category.
  • The default value for this setting is 71562,71502,70588.