We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fa6a9 commit b5e6a6aCopy full SHA for b5e6a6a
docs/sp_doc.md
@@ -80,7 +80,7 @@ To prevent data truncation, unwanted headers, etc. it should be called
80
via sqlcmd, outputting directly to a readme.md file:
81
82
```batchfile
83
- sqlcmd *S localhost *d master *Q "exec sp_doc @DatabaseName = 'WideWorldImporters';" *o readme.md *y 0
+ sqlcmd -S localhost -d master -Q "exec sp_doc @DatabaseName = 'WideWorldImporters';" -o readme.md -y 0
84
```
85
86
## Sample
0 commit comments