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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,12 @@ EXEC dbo.sp_Develop
25
25
|--|--|
26
26
|@DatabaseName|Defaults to current DB if not specified|
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
+
|@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.|
28
29
|@SkipChecksServer|The linked server name that stores the skip checks|
29
30
|@SkipChecksDatabase|The database that stores the skip checks|
30
31
|@SkipChecksSchema|The schema for the skip check table, when you pass in a value the SkipCheckTSQL column will be used|
31
32
|@SkipChecksTable|The table that stores the skip checks, when you pass in a value the SkipCheckTSQL column will be used|
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
-
|@OutputXMLasNVARCHAR|Set to 1 if you like your XML out as NVARCHAR.|
35
34
|@Debug|Default 0. When 1, we print out messages of what we're doing in the messages tab of SSMS. When 2, we print out the dynamic SQL query of the check.|
36
35
|@Version|Output variable to check the version number.|
37
36
|@VersionDate|Output variable to check the version date.|
0 commit comments