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 ea105e0 commit 3579806Copy full SHA for 3579806
README.md
@@ -7,6 +7,9 @@ Various scripts I use for SQL Server
7
* [Check Index Fragmentation](SSDB.Check_Index_Fragmentation.sql)
8
* [Database Backup](SSDB.Restore_Database_Backup.sql)
9
* [Database Restore](SSDB.Create_Database_Backup.sql)
10
+* [Column Defaults List](SSDB.Column_Defaults_List.sql)
11
+* [Foreign Keys List](SSDB.Foreign_Keys_List.sql)
12
+* [Primary Keys List](SSDB.Primary_Keys_List.sql)
13
* [Refresh Views](SSDB.Script_Refresh_Views.sql)
14
* [Row Level Audit Add](SSDB.Row_Level_Auditing_Add.sql)
15
* [Row Level Audit Remove](SSDB.Row_Level_Auditing_Remove.sql)
0 commit comments