Skip to content

Commit de57b96

Browse files
authored
Merge pull request #6698 from tjthyne/patch-1
Update sqlcmd-utility.md
2 parents 52390a8 + 933e8a7 commit de57b96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sqlcmd-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ We recommend that you use a strong password.
420420
> [!NOTE]
421421
> The actual time out value may vary from the specified *time_out* value by several seconds.
422422
423-
**-vvar =** _value_[ **var =** _value_...]
423+
**-v var =** _value_[ **var =** _value_...]
424424
Creates a **sqlcmd**scripting variable that can be used in a **sqlcmd** script. Enclose the value in quotation marks if the value contains spaces. You can specify multiple _**var**_=**"**_values_**"** values. If there are errors in any of the values specified, **sqlcmd** generates an error message and then exits.
425425

426426
`sqlcmd -v MyVar1=something MyVar2="some thing"`

0 commit comments

Comments
 (0)