File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,13 @@ and plays nice with:
5252
5353* ` @DatabaseName SYSNAME `
5454
55- Target database to generate documentation for. If not supplied, the current database is used.
55+ Target database to generate documentation for.
56+ If not supplied, the current database is used.
5657
5758* ` @ExtendedPropertyName VARCHAR(100) `
5859
59- Name of the extended property containing descriptive text for objects. The default value is "Description".
60+ Name of the extended property containing descriptive text for objects.
61+ The default value is "Description".
6062
6163## Usage
6264
Original file line number Diff line number Diff line change @@ -29,11 +29,13 @@ Changes from the original include:
2929
3030* ` @ObjectName SYSNAME `
3131
32- Target non-database object to show information for. If not supplied, information on all objects in the database is returned.
32+ Target non-database object to show information for.
33+ If not supplied, information on all objects in the database is returned.
3334
3435* ` @ExtendedPropertyName SYSNAME `
3536
36- Name of the extended property containing descriptive text for objects. The default value is "Description".
37+ Name of the extended property containing descriptive text for objects.
38+ The default value is "Description".
3739
3840## Usage
3941
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ Storage is cheap, but smaller is faster!
3434* ` @IncludeDatabases [dbo].[SizeOptimiserTableType] `
3535
3636 Which databases to run the script on in the form of a user defined table type.
37- If not supplied, all accessible user databases are targeted. Cannot be used in conjunction with ` @ExcludeDatabases ` .
37+ If not supplied, all accessible user databases are targeted.
38+ Cannot be used in conjunction with ` @ExcludeDatabases ` .
3839
3940* ` @ExcludeDatabases [dbo].[SizeOptimiserTableType] `
4041
@@ -43,11 +44,13 @@ Storage is cheap, but smaller is faster!
4344
4445* ` @IncludeSysDatabases BIT `
4546
46- Whether or not to include system databases in the script's analysis. Default is 0.
47+ Whether or not to include system databases in the script's analysis.
48+ Default is 0.
4749
4850* ` @IncludeSSRSDatabases BIT `
4951
50- Whether or not to include SQL Server Reporting Services databases in the script's analysis.
52+ Whether or not to include SQL Server Reporting Services databases in
53+ the script's analysis.
5154 Default is 0.
5255
5356* ` @Verbose BIT `
You can’t perform that action at this time.
0 commit comments