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

Commit 102347c

Browse files
committed
Update What's New
1 parent 8b43541 commit 102347c

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

docs/sql-server/what-s-new-in-sql-server-2022.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
6363
* 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).
6464
* Data Virtualization - ODBC driver refresh
6565

66-
6766
## Language improvements
6867

6968
### Approximate percentile
@@ -74,17 +73,26 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
7473

7574
### Time series functions
7675

76+
Time series functions introduce the ability to store and analyze data that changes over time, using time-windowing, aggregation, and filtering capabilities.
77+
7778
* [DATE_BUCKET](/azure/azure-sql-edge/date-bucket-tsql)
7879
* [FIRST_VALUE](../t-sql/functions/first-value-transact-sql.md)
7980
* GENERATE_SERIES
8081
* [LAST_VALUE](../t-sql/functions/last-value-transact-sql.md)
8182

83+
## Statistics
8284

83-
## Statistics
8485
* Statistics [AUTO_DROP option](../relational-databases/statistics/statistics.md#auto_drop-option)
8586

8687
## Business continuity and disaster recovery
8788

89+
* 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+
8896
* Distributed availability group lossless failover
8997
* 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).
9098

@@ -98,6 +106,10 @@ For details and known limitations, see [Create Synapse Link for SQL Server 2022
98106

99107
Granular permissions for [Dynamic Data Masking](../relational-databases/security/dynamic-data-masking.md).
100108

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.
112+
101113
## TDS 8.0 - TDS wrapped in TLS
102114

103115
### New granular permissions

0 commit comments

Comments
 (0)