Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dd20e7f

Browse files
committed
Final touches for CTP 1.3 release
1 parent 98817fe commit dd20e7f

2 files changed

Lines changed: 35 additions & 33 deletions

File tree

docs/linux/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
# [Security](sql-server-linux-security-overview.md)
4646
## [Get started with security features](sql-server-linux-security-get-started.md)
4747
# [Optimize Performance](sql-server-linux-performance-get-started.md)
48-
# [Troubleshoot](sql-server-linux-troubleshooting-guide.md)
48+
# [Troubleshoot](sql-server-linux-troubleshooting-guide.md)

docs/linux/sql-server-linux-whats-new.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This topic highlights what's new for the current release of SQL Ser
66
author: rothja
77
ms.author: jroth
88
manager: jhubbard
9-
ms.date: 01/20/2017
9+
ms.date: 02/17/2017
1010
ms.topic: article
1111
ms.prod: sql-linux
1212
ms.technology: database-engine
@@ -30,38 +30,40 @@ This topic describes what's new for SQL Server vNext running on Linux.
3030

3131
## CTP 1.3
3232
The CTP 1.3 release contains the following improvements and fixes:
33-
- Enabled Full-text Search feature.
34-
- Enabled Always On Availability Groups functionality for High Availability.
35-
- Additional functionality in mssql-conf:
36-
- First time set-up using mssql-conf. See [installation topic](sql-server-linux-setup.md).
33+
34+
- Enabled [Full-text Search](sql-server-linux-setup-full-text-search.md) feature.
35+
- Enabled Always On [Availability Groups functionality](sql-server-linux-availability-group-overview.md) for High Availability.
36+
- Additional functionality in **mssql-conf**:
37+
- First time set-up using **mssql-conf**. See the use of mssql-conf in the [installation guides](sql-server-linux-setup.md#platforms).
3738
- Enabling Availability Groups. See the [Availability Groups topic](sql-server-linux-availability-group-overview.md).
3839
- Fixed native Linux path support for In-memory OLTP filegroups.
3940
- Enabled dm_os_host_info DMV functionality.
4041

4142
## CTP 1.2
4243
The CTP 1.2 release contains the following improvements and fixes:
43-
- Support for SUSE Linux Enterprise Server v12 SP2
44+
45+
- Support for [SUSE Linux Enterprise Server v12 SP2](sql-server-linux-setup-suse-linux-enterprise-server.md).
4446
- Bug fixes for core engine and stability improvements.
4547
- Docker image:
4648
- Fixed [issue #1](https://github.com/Microsoft/mssql-docker/issues/1) by adding Python to the image.
4749
- Removed `/opt/mssql/data` as the default volume.
4850
- Updated to .NET 4.6.2.
4951

5052
## CTP 1.1
51-
5253
The CTP 1.1 release contains the following improvements and fixes:
53-
- Support for Red Hat Enterprise Linux version 7.3
54-
- Support for Ubuntu 16.10
55-
- Upgraded Docker OS layer to Ubuntu 16.04
56-
- Fixed telemetry issues in Docker image
57-
- Fixed SQL Server Setup script related bugs
54+
55+
- Support for Red Hat Enterprise Linux version 7.3.
56+
- Support for Ubuntu 16.10.
57+
- Upgraded Docker OS layer to Ubuntu 16.04.
58+
- Fixed telemetry issues in Docker image.
59+
- Fixed SQL Server Setup script related bugs.
5860
- Enhanced performance for natively compiled T-SQL modules, including:
59-
- **OPENJSON**, **FOR JSON**, **JSON** built-ins
60-
- Computed Columns (Only indexes are allowed on persisted computed columns, but not on non-persisted computed columns for in-memory tables)
61-
- **CROSS APPLY** operations
61+
- **OPENJSON**, **FOR JSON**, **JSON** built-ins.
62+
- Computed Columns (Only indexes are allowed on persisted computed columns, but not on non-persisted computed columns for in-memory tables).
63+
- **CROSS APPLY** operations.
6264
- New language features:
63-
- String functions: **TRIM**, **CONCAT_WS**, **TRANSLATE** and **STRING_AGG** with support for **WITHIN GROUP (ORDER BY)**
64-
- **BULK IMPORT** now supports CSV format and Azure Blob Storage as File Source
65+
- String functions: **TRIM**, **CONCAT_WS**, **TRANSLATE** and **STRING_AGG** with support for **WITHIN GROUP (ORDER BY)**.
66+
- **BULK IMPORT** now supports CSV format and Azure Blob Storage as File Source.
6567

6668
Under compatibility mode 140:
6769

@@ -70,21 +72,21 @@ Under compatibility mode 140:
7072
- Improved performance in batch mode parallelism by ignoring trivial plan for batch mode plans to allow for parallel plans to be picked instead against columnstores.
7173

7274
[Improvements from Service Pack 1](https://blogs.msdn.microsoft.com/sqlreleaseservices/sql-server-2016-service-pack-1-sp1-released/) in this CTP1.1 release:
73-
- Database cloning for CLR, Filestream/Filetable, In-memory and Query Store objects
74-
- **CREATE** or **ALTER** operators for programmability objects
75-
- New **USE HINT** query option to provide hints for the query processor. Learn more here: [Query Hints](https://msdn.microsoft.com/en-us/library/ms181714.aspx)
76-
- SQL service account can now programmatically identify Enable Lock Pages in Memory and Instant File Initialization permissions
77-
- Support for TempDB file count, file size and file growth settings
78-
- Extended diagnostics in showplan XML
79-
- Lightweight per-operator query execution profiling
80-
- New Dynamic Management Function **sys.dm_exec_query_statistics_xml**
81-
- New Dynamic Management Function for incremental statistics
82-
- Removed noisy In-memory related logging messages from errorlog
83-
- Improved AlwaysOn Latency Diagnostics
84-
- Cleaned up Manual Change Tracking
85-
- **DROP TABLE** support for replication
86-
- **BULK INSERT** into heaps with **AUTO TABLOCK** under TF 715
87-
- Parallel **INSERT..SELECT** changes for local temp tables
75+
- Database cloning for CLR, Filestream/Filetable, In-memory and Query Store objects.
76+
- **CREATE** or **ALTER** operators for programmability objects.
77+
- New **USE HINT** query option to provide hints for the query processor. Learn more here: [Query Hints](https://msdn.microsoft.com/en-us/library/ms181714.aspx).
78+
- SQL service account can now programmatically identify Enable Lock Pages in Memory and Instant File Initialization permissions.
79+
- Support for TempDB file count, file size and file growth settings.
80+
- Extended diagnostics in showplan XML.
81+
- Lightweight per-operator query execution profiling.
82+
- New Dynamic Management Function **sys.dm_exec_query_statistics_xml**.
83+
- New Dynamic Management Function for incremental statistics.
84+
- Removed noisy In-memory related logging messages from errorlog.
85+
- Improved AlwaysOn Latency Diagnostics.
86+
- Cleaned up Manual Change Tracking.
87+
- **DROP TABLE** support for replication.
88+
- **BULK INSERT** into heaps with **AUTO TABLOCK** under TF 715.
89+
- Parallel **INSERT..SELECT** changes for local temp tables.
8890

8991
Learn more about these fixes in the [Service Pack 1 Release description](https://blogs.msdn.microsoft.com/sqlreleaseservices/sql-server-2016-service-pack-1-sp1-released/).
9092

0 commit comments

Comments
 (0)