Skip to content

Commit 258c870

Browse files
authored
Fix a couple of things
1 parent 26de817 commit 258c870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/polybase/polybase-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PolyBase provides these same functionalities for the following SQL products from
5555
| --- | --- |
5656
| Native support for CSV, Parquet, & Delta <sup>1</sup> | PolyBase Query Service for External Data installation is no longer required to use OPENROWSET, CREATE EXTERNAL TABLE, or CREATE EXTERNAL TABLE AS SELECT with the following types of external data: Parquet, Delta, Azure Blob Storage (ABS), Azure Data Lake Storage (ADLS), or S3-Compatible Object storage. |
5757
| Use generic ODBC data sources on Linux | For more information, see [Configure PolyBase to access external data with ODBC generic types](polybase-configure-odbc-generic.md). |
58-
|TDS 8.0 Support|When using [Microsoft ODBC Driver 18 for SQL Server driver](/sql/connect/odbc/windows/features-of-the-microsoft-odbc-driver-for-sql-server-on-windows)<br /><br /> TDS 8.0 is not supported for sqlserver as [external data source](/sql/t-sql/statements/create-external-data-source-transact-sql).|
58+
|TDS 8.0 Support|When using [Microsoft ODBC Driver 18 for SQL Server driver](/sql/connect/odbc/windows/features-of-the-microsoft-odbc-driver-for-sql-server-on-windows).<br /><br /> TDS 8.0 is not supported for sqlserver as [external data source](/sql/t-sql/statements/create-external-data-source-transact-sql).|
5959

6060
<sup>1</sup> On [!INCLUDE [sssql25-md](../../includes/sssql25-md.md)], PolyBase Query Service for External Data is still required to connect with other databases. For example: SQL Server, Oracle, DB2, Teradata, MongoDB, or ODBC.
6161

@@ -158,7 +158,7 @@ Azure Storage connectors must be changed based on the following reference table:
158158

159159
| External data source | From | To |
160160
| --- | --- | --- |
161-
| `Azure Blob Storage | wasb[s] | abs |
161+
| Azure Blob Storage | wasb[s] | abs |
162162
| ADLS Gen 2 | abfs[s] | adls |
163163

164164
## Get started

0 commit comments

Comments
 (0)