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

Commit ed8d006

Browse files
authored
Merge pull request #26306 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 9e7997e + a6dd8f9 commit ed8d006

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/relational-databases/import-export/create-a-format-file-sql-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Generally, XML and non-XML format files are interchangeable. However, we recomme
3131
3232
## Create a Non-XML format file
3333

34-
To use a **bcp** command to create a format file, specify the **format** argument and use `nul` instead of a data-file path. The **format** option also requires the **-f** option, such as: `bcp _table_or_view_ format nul -f_format_file_name_`.
34+
To use a **bcp** command to create a format file, specify the **format** argument and use `nul` instead of a data-file path. The **format** option also requires the **-f** option, such as: `bcp _table_or_view_ format nul -f _format_file_name_`.
3535

3636
> [!NOTE]
3737
> To distinguish a non-XML format file, we recommend that you use .fmt as the file name extension, for example, `MyTable.fmt`.
@@ -50,7 +50,7 @@ The **bcp** command contains the following qualifiers.
5050

5151
|Qualifiers|Description|
5252
|----------------|-----------------|
53-
|**formatnul-f** _format_file_|Specifies the non-XML format file.|
53+
|**format nul -f** _format_file_|Specifies the non-XML format file.|
5454
|**-n**|Specifies native data types.|
5555
|**-T**|Specifies that the **bcp** utility connects to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] with a trusted connection using integrated security. If **-T** is not specified, you must specify **-U** and **-P** to successfully log in.|
5656

@@ -81,7 +81,7 @@ The **bcp** command contains the following qualifiers.
8181

8282
|Qualifiers|Description|
8383
|----------------|-----------------|
84-
|**formatnul-f** _format_file_|Specifies a non-XML format file.|
84+
|**format nul -f** _format_file_|Specifies a non-XML format file.|
8585
|**-c**|Specifies character data.|
8686
|**-T**|Specifies that the **bcp** utility connects to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] with a trusted connection using integrated security. If **-T** is not specified, you must specify **-U** and **-P** to successfully log in.|
8787

@@ -181,7 +181,7 @@ The **bcp** command contains the following qualifiers.
181181

182182
|Qualifiers|Description|
183183
|----------------|-----------------|
184-
|**formatnul-f** _format_file_ **-x**|Specifies the XML format file.|
184+
|**format nul -x -f** _format_file_|Specifies the XML format file.|
185185
|**-c**|Specifies character data.|
186186
|**-t** `,`|Specifies a comma (**,**) as the field terminator.<br /><br /> Note: If the data file uses the default field terminator (`\t`), the **-t** switch is unnecessary.|
187187
|**-T**|Specifies that the **bcp** utility connects to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] with a trusted connection using integrated security. If **-T** is not specified, you must specify **-U** and **-P** to successfully log in.|
@@ -222,7 +222,7 @@ The **bcp** command contains the following qualifiers.
222222

223223
|Qualifiers|Description|
224224
|----------------|-----------------|
225-
|**formatnul-f** _format_file_ **-x**|Specifies the XML format file.|
225+
|**format nul -x -f** _format_file_|Specifies the XML format file.|
226226
|**-n**|Specifies native data types.|
227227
|**-T**|Specifies that the **bcp** utility connects to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] with a trusted connection using integrated security. If **-T** is not specified, you must specify **-U** and **-P** to successfully log in.|
228228

0 commit comments

Comments
 (0)