Skip to content

Commit 4edac87

Browse files
authored
Merge pull request #4950 from MicrosoftDocs/master
2/16 PM Publish
2 parents a76166c + 73e3fd4 commit 4edac87

File tree

8 files changed

+96
-59
lines changed

8 files changed

+96
-59
lines changed

docs/connect/odbc/linux-mac/release-notes.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,31 @@ ms.workload: "Inactive"
2222

2323
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Linux and macOS
2424

25-
Azure SQL Managed Instance (Extended Private Preview). Note that there are a number of differences when using Managed Instance:
26-
- FILESTREAM is not supported
27-
- Local filesystem access is not supported, but required for things like tracefiles
28-
- Create UDT from local path not supported
29-
- Windows Integrated Authentication not supported
30-
- DTC not supported
31-
- 'sa' account is not present (default account is called 'cloudSA')
32-
- TDS token ERROR (0xAA) returns incorrect server name
33-
- Special characters in database name are not supported
34-
- ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
35-
- The error messages are always shown in English, regardless of language settings (same as Azure)
25+
**New distributions supported**:
26+
macOS High Sierra and Ubuntu 17.10
27+
28+
**Performance Improvements**:
29+
Greater than 10x performance improvement when driver converts to/from UTF-8/16.
30+
31+
**Features Added**:
32+
33+
Always Encrypted support for BCP API
34+
35+
New connection string attribute UseFMTOnly causes driver to use legacy metadata in special cases requiring temp tables.
36+
37+
Support for Azure SQL Managed Instance (Extended Private Preview).
38+
> [!NOTE]
39+
> There are a number of differences when using Managed Instance:
40+
> - FILESTREAM is not supported
41+
> - Local filesystem access is not supported, but required for things like tracefiles
42+
> - Create UDT from local path is not supported
43+
> - Windows Integrated Authentication is not supported
44+
> - DTC is not supported
45+
> - 'sa' account is not present (default account is called 'cloudSA')
46+
> - TDS token ERROR (0xAA) returns incorrect server name
47+
> - Special characters in database name are not supported
48+
> - ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
49+
> - The error messages are always shown in English, regardless of language settings (same as Azure)
3650
3751
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Linux and macOS
3852

docs/connect/odbc/windows/release-notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,28 @@ manager: "jhubbard"
2222
[!INCLUDE[Driver_ODBC_Download](../../../includes/driver_odbc_download.md)]
2323

2424
Release Notes for Microsoft ODBC Driver for SQL Server on Windows.
25+
26+
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 17 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Windows
27+
28+
**Features Added**:
29+
30+
Always Encrypted support for BCP API
31+
32+
New connection string attribute UseFMTOnly causes driver to use legacy metadata in special cases requiring temp tables.
33+
34+
Support for Azure SQL Managed Instance (Extended Private Preview).
35+
> [!NOTE]
36+
> There are a number of differences when using Managed Instance:
37+
> - FILESTREAM is not supported
38+
> - Local filesystem access is not supported, but required for things like tracefiles
39+
> - Create UDT from local path is not supported
40+
> - Windows Integrated Authentication is not supported
41+
> - DTC is not supported
42+
> - 'sa' account is not present (default account is called 'cloudSA')
43+
> - TDS token ERROR (0xAA) returns incorrect server name
44+
> - Special characters in database name are not supported
45+
> - ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
46+
> - The error messages are always shown in English, regardless of language settings (same as Azure)
2547
2648
## What's New in the [!INCLUDE[msCoName](../../../includes/msconame_md.md)] ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] on Windows
2749
ODBC Driver 13.1 for [!INCLUDE[ssNoVersion](../../../includes/ssnoversion_md.md)] adds support for [Always Encrypted](../../../connect/odbc/using-always-encrypted-with-the-odbc-driver.md) and [Azure Active Directory](../../../connect/odbc/using-azure-active-directory.md) when used in conjunction with Microsoft SQL Server 2016. Corresponding connection pooling keywords/attributes are described in [Driver Aware Connection Pooling in the ODBC Driver for SQL Server](../../../connect/odbc/windows/driver-aware-connection-pooling-in-the-odbc-driver-for-sql-server.md).

docs/database-engine/TOC.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# [Overview](sql-server-database-engine-overview.md)
22

3-
# [What's New - SQL Server 2017](whats-new-in-sql-server-2017.md)
4-
# [What's New - SQL Server 2016](whats-new-in-sql-server-2016.md)
3+
# [What's New - SQL Server 2017](whats-new-in-sql-server-2017.md)
4+
# [What's New - SQL Server 2016](whats-new-in-sql-server-2016.md)
55

66

77
# Release notes
88
## [Backward compatibility](sql-server-database-engine-backward-compatibility.md)
9-
## [Deprecated features in SQL Server 2017](deprecated-database-engine-features-in-sql-server-2017.md)
10-
## [Deprecated in SQL Server 2016](deprecated-database-engine-features-in-sql-server-2016.md)
11-
## [Discontinued functionality in SQL Server 2016](discontinued-database-engine-functionality-in-sql-server-2016.md)
12-
## [Breaking changes in SQL Server 2017](breaking-changes-to-database-engine-features-in-sql-server-2017.md)
13-
## [Breaking changes in SQL Server 2016](breaking-changes-to-database-engine-features-in-sql-server-2016.md)
9+
## [Deprecated in SQL Server 2017](deprecated-database-engine-features-in-sql-server-2017.md)
10+
## [Deprecated in SQL Server 2016](deprecated-database-engine-features-in-sql-server-2016.md)
11+
## [Discontinued functionality in SQL Server 2016](discontinued-database-engine-functionality-in-sql-server-2016.md)
12+
## [Breaking changes in SQL Server 2017](breaking-changes-to-database-engine-features-in-sql-server-2017.md)
13+
## [Breaking changes in SQL Server 2016](breaking-changes-to-database-engine-features-in-sql-server-2016.md)
1414
## [New and updated articles](new-updated-database-engine.md)
1515

1616
# [Install](../database-engine/install-windows/installation-for-sql-server-2016.md)

0 commit comments

Comments
 (0)