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
Copy file name to clipboardExpand all lines: docs/sql-server/what-s-new-in-sql-server-2022.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
63
63
* Optimized plan forcing using compilation replay improves the compilation time for forced plan generation by pre-caching non-repeatable plan compilation steps. Learn more in [Optimized plan forcing with Query Store](../relational-databases/performance/optimized-plan-forcing-query-store.md).
64
64
* Data Virtualization - ODBC driver refresh
65
65
66
-
67
66
## Language improvements
68
67
69
68
### Approximate percentile
@@ -74,17 +73,26 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
74
73
75
74
### Time series functions
76
75
76
+
Time series functions introduce the ability to store and analyze data that changes over time, using time-windowing, aggregation, and filtering capabilities.
* Contained availability groups - creates an Always On availability group that supports:
90
+
91
+
* Managing metadata objects (users, logins, permissions, SQL Agent jobs etc.) at the availability group level in addition to the instance level.
92
+
* Specialized contained system databases within the availability group.
93
+
94
+
For more information, see [What is a contained availability group?](../database-engine/availability-groups/windows/contained-availability-groups-overview.md)
95
+
88
96
* Distributed availability group lossless failover
89
97
* Adds distributed availability group for support for `REQUIRED_SYNCHRONIZED_SECONDARIES_TO_COMMIT`. For more information, review [CREATE AVAILABILITY GROUP (Transact-SQL)](../t-sql/statements/create-availability-group-transact-sql.md).
90
98
@@ -98,6 +106,10 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
98
106
99
107
Granular permissions for [Dynamic Data Masking](../relational-databases/security/dynamic-data-masking.md).
100
108
109
+
### XML compression
110
+
111
+
XML compression provides a method to compress off-row XML data for both XML columns and indexes, improving capacity requirements.
0 commit comments