Skip to content

Commit

Permalink
Merge pull request #22532 from kylejdoyle/patch-5
Browse files Browse the repository at this point in the history
Including support for Azure SQL MI
  • Loading branch information
PRMerger14 authored Jun 9, 2022
2 parents 88a525e + b183bf0 commit 80d46ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||

# sys.check_constraints (Transact-SQL)

[!INCLUDE [SQL Server SQL Database](../../includes/applies-to-version/sql-asdb.md)]
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]

Contains a row for each object that is a CHECK constraint, with **sys.objects.type** = 'C'.

Expand All @@ -44,4 +44,4 @@ Contains a row for each object that is a CHECK constraint, with **sys.objects.ty
## See Also

- [Object Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/object-catalog-views-transact-sql.md)
- [Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)
- [Catalog Views (Transact-SQL)](../../relational-databases/system-catalog-views/catalog-views-transact-sql.md)

0 comments on commit 80d46ad

Please sign in to comment.