You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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).
37
38
- Enabling Availability Groups. See the [Availability Groups topic](sql-server-linux-availability-group-overview.md).
38
39
- Fixed native Linux path support for In-memory OLTP filegroups.
39
40
- Enabled dm_os_host_info DMV functionality.
40
41
41
42
## CTP 1.2
42
43
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).
44
46
- Bug fixes for core engine and stability improvements.
45
47
- Docker image:
46
48
- Fixed [issue #1](https://github.com/Microsoft/mssql-docker/issues/1) by adding Python to the image.
47
49
- Removed `/opt/mssql/data` as the default volume.
48
50
- Updated to .NET 4.6.2.
49
51
50
52
## CTP 1.1
51
-
52
53
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.
58
60
- 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.
62
64
- 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.
65
67
66
68
Under compatibility mode 140:
67
69
@@ -70,21 +72,21 @@ Under compatibility mode 140:
70
72
- 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.
71
73
72
74
[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
- 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.
- 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.
88
90
89
91
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/).
0 commit comments