You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ EXECUTE dbo.sp_Develop
27
27
|@GetAllDatabases|Runs checks across all of the databases on the server instead of just your current database context. Does not work on Azure SQL Server.|
28
28
|@SkipChecksServer|The linked server name that stores the skip checks|
29
29
|@SkipChecksDatabase|The database that stores the skip checks|
30
-
|@SkipChecksSchema|The schema for the skip check table|
31
-
|@SkipChecksTable|The table that stores the skip checks|
30
+
|@SkipChecksSchema|The schema for the skip check table, when you pass in a value the SkipCheckTSQL column will be used|
31
+
|@SkipChecksTable|The table that stores the skip checks, when you pass in a value the SkipCheckTSQL column will be used|
32
32
|@BringThePain|If you’ve got more than 50 databases on the server, this only works if you also pass in @BringThePain = 1, because it’s gonna be slow.|
33
33
|@OutputType|TABLE = table<br/>COUNT = row with number found<br/>MARKDOWN = bulleted list<br/>XML = table output as XML<br/>NONE = none|
34
34
|@OutputXMLasNVARCHAR|Set to 1 if you like your XML out as NVARCHAR.|
@@ -62,7 +62,7 @@ GO
62
62
63
63
The CheckId column refers to the list below. You can also scroll to the right in the sp_Develop 'Results' tab and look at the 'CheckId' column to see the number of the one you want to skip.
64
64
65
-
You can also copy the TSQL script in the 'SkipCheckTSQL' column found in the 'Results' tab to insert that record into your skip checks table.
65
+
You can also copy the TSQL script in the 'SkipCheckTSQL' column found in the 'Results' tab to insert that record into your skip check table.
66
66
67
67
Refer to the example checks below and each comment for its use.
0 commit comments