File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ and plays nice with:
5252
5353| Parameter | Type | Output | Description |
5454| --- | --- | --- | --- |
55- | @DatabaseName | SYSNAME(256) | no | Target database to document. Default is the stored procedure's database. |
56- | @ExtendedPropertyName | SYSNAME(256) | no | Key for extended properties on objects. Default is 'Description'. |
55+ | @DatabaseName | SYSNAME(128) | no | Target database to document. Default is the stored procedure's database. |
56+ | @ExtendedPropertyName | SYSNAME(128) | no | Key for extended properties on objects. Default is 'Description'. |
57+ | @LimitStoredProcLength | BIT | no | Limit stored procedure contents to 8000 characters to avoid memory issues with some IDEs. Default is 1. |
5758| @SqlMajorVersion | TINYINT | no | Used for unit testing purposes only. |
58- | @SqlMinorVersion | SMALLINT | no | Used for unit testing purposes only. |
59+ | @SqlMinorVersion | SMALLINT | no | Used for unit testing purposes only. |
5960
6061## Usage
6162
You can’t perform that action at this time.
0 commit comments