Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d472f35

Browse files
committed
Added minor edits
1 parent fc02f19 commit d472f35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/sqlcmd-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ We recommend that you use a strong password.
320320
**-I**
321321
Sets the SET QUOTED_IDENTIFIER connection option to ON. By default, it is set to OFF. For more information, see [SET QUOTED_IDENTIFIER (Transact-SQL)](~/t-sql/statements/set-quoted-identifier-transact-sql.md).
322322
323-
**-q"** *cmdline query* **"**
323+
**-q "** *cmdline query* **"**
324324
Executes a query when **sqlcmd** starts, but does not exit **sqlcmd** when the query has finished running. Multiple-semicolon-delimited queries can be executed. Use quotation marks around the query, as shown in the following example.
325325
326326
At the command prompt, type:
@@ -334,7 +334,7 @@ We recommend that you use a strong password.
334334
335335
If **-b** is specified together with this option, **sqlcmd** exits on error. **-b** is described later in this article.
336336
337-
**-Q"** *cmdline query* **"**
337+
**-Q "** *cmdline query* **"**
338338
Executes a query when **sqlcmd** starts and then immediately exits **sqlcmd**. Multiple-semicolon-delimited queries can be executed.
339339
340340
Use quotation marks around the query, as shown in the following example.

0 commit comments

Comments
 (0)