We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98a3c4 commit 9812f92Copy full SHA for 9812f92
List_Check_Constraints_DB
@@ -0,0 +1,5 @@
1
+SELECT DB_Name() AS DBName
2
+ ,Schema_Name(Schema_id) AS TableSchema
3
+ ,Object_name(parent_object_id) AS TableName
4
+ ,DEFINITION
5
+FROM sys.check_constraints
0 commit comments