TEXTWORD Input Format From-Entity Syntax

<from-entity> ::= <filename> [ , <filename> ... ] |
http://<url> |
STDIN
The <from-entity> specified in queries using the TEXTWORD input format is either:

Examples:

FROM *.txt, \\MyServer\FileShare\*.tsv
FROM http://www.microsoft.adatum.com/example.tsv
type data.txt | LogParser "SELECT * FROM STDIN" -i:TEXTWORD

© 2004 Microsoft Corporation. All rights reserved.