Skip to content

Commit 816baee

Browse files
committed
Update sp_doc.md
1 parent 04e659e commit 816baee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/sp_doc.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)