NAT Output Format Into-Entity Syntax

<into-entity> ::= <filename> |
STDOUT
The <into-entity> specified in queries using the NAT output format is either:

The default into-entity for queries that do not specify an INTO clause is "STDOUT".

The NAT output format supports the multiplex feature, which can be enabled by specifying '*' wildcards in the into-entity filename. This feature allows output records to be written to different files depending on the values of their fields. For more information on the multiplex feature, see Multiplexing Output Records.

Examples:

INTO report.txt
INTO \\COMPUTER01\Reports\report.txt
INTO STDOUT
INTO Reports_*_*\Report*.txt

© 2004 Microsoft Corporation. All rights reserved.