Skip to content

Commit 6fa3b6e

Browse files
Update develop-openrowset.md
1 parent c3b9c9d commit 6fa3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql/develop-openrowset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Specifies the code page of the data in the data file. The default value is 65001
251251
252252
ROWSET_OPTIONS = '{"READ_OPTIONS":["ALLOW_INCONSISTENT_READS"]}'
253253
254-
This option will disable the file modification check during the query execution, and read the files that are updated while the query is running. This is usefull option when you need to read append-only files that are appended while the query is running. In the appendable files, the existing content is not updated, and only new rows are added. Therefore, the probability of wrong results is minimized compared to the updateable files. This option might enable you to read the frequently appended files without handling the errors. See more information in [querying appendable CSV files](query-single-csv-file#querying-appendable-files) section.
254+
This option will disable the file modification check during the query execution, and read the files that are updated while the query is running. This is usefull option when you need to read append-only files that are appended while the query is running. In the appendable files, the existing content is not updated, and only new rows are added. Therefore, the probability of wrong results is minimized compared to the updateable files. This option might enable you to read the frequently appended files without handling the errors. See more information in [querying appendable CSV files](query-single-csv-file.md#querying-appendable-files) section.
255255
256256
## Fast delimited text parsing
257257

0 commit comments

Comments
 (0)