Skip to content

Commit 90f961d

Browse files
authored
Update sp_doc.md
1 parent a156948 commit 90f961d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/sp_doc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ EXEC dbo.sp_doc @DatabaseName = 'WideWorldImporters'
6969
EXEC dbo.sp_doc @DatabaseName = 'WideWorldImporters', @ExtendedPropertyName = 'MS_Description';
7070
```
7171

72+
To generate the markdown file more quickly:
73+
74+
```batchfile
75+
sqlcmd -S localhost -d master -Q "exec sp_doc @DatabaseName = 'WideWorldImporters';" -o readme.md -y 0
76+
```
77+
7278
### Advanced Use
7379

7480
Add extended properties to programmable objects, using parameter names as keys,

0 commit comments

Comments
 (0)