Skip to content

Commit 39164fd

Browse files
authored
minor misspelled word correction.
1 parent 319d544 commit 39164fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-sql/managed-instance/data-virtualization-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ WITH (
9797
```
9898

9999
## Query data sources using OPENROWSET
100-
[OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql) syntax enables instant and ad-hoc querying with minimal required database objects created. DATA_SOURCE parameter value is automatically prepended to the BULK parameter to form full path to the file. Format of the file also needs ot be provided:
100+
[OPENROWSET](https://docs.microsoft.com/sql/t-sql/functions/openrowset-transact-sql) syntax enables instant and ad-hoc querying with minimal required database objects created. DATA_SOURCE parameter value is automatically prepended to the BULK parameter to form full path to the file. Format of the file also needs to be provided:
101101

102102
```sql
103103
SELECT TOP 10 *

0 commit comments

Comments
 (0)