Skip to content

Commit 3ce1b15

Browse files
author
Kevin Martin
committed
removed @OutputXMLasNVARCHAR in doc
1 parent 88378c0 commit 3ce1b15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ EXEC dbo.sp_Develop
2525
|--|--|
2626
|@DatabaseName|Defaults to current DB if not specified|
2727
|@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.|
2829
|@SkipChecksServer|The linked server name that stores the skip checks|
2930
|@SkipChecksDatabase|The database that stores the skip checks|
3031
|@SkipChecksSchema|The schema for the skip check table, when you pass in a value the SkipCheckTSQL column will be used|
3132
|@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.|
3333
|@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.|
3534
|@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.|
3635
|@Version|Output variable to check the version number.|
3736
|@VersionDate|Output variable to check the version date.|

0 commit comments

Comments
 (0)