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

Commit 8930460

Browse files
committed
Merge branch 'main' into rw-0901-includes-linux
2 parents f5b55b4 + e49c601 commit 8930460

237 files changed

Lines changed: 1500 additions & 1894 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41280,6 +41280,11 @@
4128041280
"redirect_url": "/sql/sql-server/",
4128141281
"redirect_document_id": false
4128241282
},
41283+
{
41284+
"source_path": "docs/relational-databases/integrated-acceleration/intel-quickassist.md",
41285+
"redirect_url": "/sql/relational-databases/integrated-acceleration/use-integrated-acceleration-and-offloading",
41286+
"redirect_document_id": false
41287+
},
4128341288
{
4128441289
"source_path": "docs/relational-databases/system-catalog-views/sys-sql-feature-restrictions.md",
4128541290
"redirect_url": "/sql/sql-server/what-s-new-in-sql-server-ver15",

azure-sql/database/service-tier-hyperscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ These are the current limitations of the Hyperscale service tier. We're activel
149149
| Service tier change from Hyperscale to General Purpose tier is supported directly under limited scenarios | Reverse migration from Hyperscale allows customers who have recently migrated an existing Azure SQL Database to the Hyperscale service tier to move to General Purpose tier, should Hyperscale not meet their needs. While reverse migration is initiated by a service tier change, it's essentially a size-of-data move between different architectures. Databases created in the Hyperscale service tier aren't eligible for reverse migration. Learn the [limitations for reverse migration](manage-hyperscale-database.md#limitations-for-reverse-migration). <BR/><BR/> For databases that don't qualify for reverse migration, the only way to migrate from Hyperscale to a non-Hyperscale service tier is to export/import using a bacpac file or other data movement technologies (Bulk Copy, Azure Data Factory, Azure Databricks, SSIS, etc.) Bacpac export/import from Azure portal, from PowerShell using [New-AzSqlDatabaseExport](/powershell/module/az.sql/new-azsqldatabaseexport) or [New-AzSqlDatabaseImport](/powershell/module/az.sql/new-azsqldatabaseimport), from Azure CLI using [az sql db export](/cli/azure/sql/db#az-sql-db-export) and [az sql db import](/cli/azure/sql/db#az-sql-db-import), and from [REST API](/rest/api/sql/) isn't supported. Bacpac import/export for smaller Hyperscale databases (up to 200 GB) is supported using SSMS and [SqlPackage](/sql/tools/sqlpackage) version 18.4 and later. For larger databases, bacpac export/import may take a long time, and may fail for various reasons. |
150150
| Elastic Pools | Elastic Pools aren't currently supported with Hyperscale.|
151151
| Migration of databases with In-Memory OLTP objects | Hyperscale supports a subset of In-Memory OLTP objects, including memory-optimized table types, table variables, and natively compiled modules. However, when any In-Memory OLTP objects are present in the database being migrated, migration from Premium and Business Critical service tiers to Hyperscale isn't supported. To migrate such a database to Hyperscale, all In-Memory OLTP objects and their dependencies must be dropped. After the database is migrated, these objects can be recreated. Durable and non-durable memory-optimized tables aren't currently supported in Hyperscale, and must be changed to disk tables.|
152-
| Shrink Database | DBCC SHRINKDATABASE or DBCC SHRINKFILE isn't currently supported for Hyperscale databases. |
152+
| Shrink Database | DBCC SHRINKDATABASE, DBCC SHRINKFILE or setting AUTO_SHRINK to ON at the database level, are not currently supported for Hyperscale databases. |
153153
| Database integrity check | DBCC CHECKDB isn't currently supported for Hyperscale databases. DBCC CHECKTABLE ('TableName') WITH TABLOCK and DBCC CHECKFILEGROUP WITH TABLOCK may be used as a workaround. See [Data Integrity in Azure SQL Database](https://azure.microsoft.com/blog/data-integrity-in-azure-sql-database/) for details on data integrity management in Azure SQL Database. |
154154
| Elastic Jobs | Using a Hyperscale database as the Job database isn't supported. However, elastic jobs can target Hyperscale databases in the same way as any other database in Azure SQL Database. |
155155
|Data Sync| Using a Hyperscale database as a Hub or Sync Metadata database isn't supported. However, a Hyperscale database can be a member database in a Data Sync topology. |

azure-sql/managed-instance/doc-changes-updates-known-issues.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
2020

2121
|Issue |Date discovered |Status |Date resolved |
2222
|---------|---------|---------|---------|
23+
|[Interim guidance on 2022 time zone updates for Chile](#interim-guidance-on-2022-time-zone-updates-for-chile)|Aug 2022|Has Workaround||
2324
|[Querying external table fails with 'not supported' error message](#querying-external-table-fails-with-not-supported-error-message)|Jan 2022|Has Workaround||
2425
|[When using SQL Server authentication, usernames with '@' are not supported](#when-using-sql-server-authentication-usernames-with--are-not-supported)|Oct 2021|Resolved|Feb 2022|
2526
|[Misleading error message on Azure portal suggesting recreation of the Service Principal](#misleading-error-message-on-azure-portal-suggesting-recreation-of-the-service-principal)|Sep 2021||Oct 2021|
@@ -58,6 +59,12 @@ This article lists the currently known issues with [Azure SQL Managed Instance](
5859

5960
## Has workaround
6061

62+
### Interim guidance on 2022 time zone updates for Chile
63+
64+
On August 8, 2022, the Chilean government made an official announcement about a Daylight-Saving Time (DST) [time zone change](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290). Starting at 12:00 a.m. Saturday, September 10, 2022, until 12:00 a.m. Saturday, April 1, 2023, the official time will advance 60 minutes. The change affects the following three time zones: **Pacific SA Standard Time**, **Easter Island Standard Time** and **Magallanes Standard Time**. Azure SQL Managed Instances using affected time zones will not reflect the changes [until Microsoft releases an OS update](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290) to support this and Azure SQL Managed Instance service absorbs the update on the OS level.
65+
66+
**Workaround**: If you need to alter affected time zones for your managed instances, please be aware of the [limitations](timezones-overview.md#limitations) and follow the guidance from the documentation.
67+
6168
### Querying external table fails with not supported error message
6269
Querying external table may fail with generic error message "_Queries over external tables are not supported with the current service tier or performance level of this database. Consider upgrading the service tier or performance level of the database_". The only type of external table supported in Azure SQL Managed Instance are PolyBase external tables (in preview). To allow queries on PolyBase external tables, you need to enable PolyBase on managed instance by running sp_configure command.
6370

azure-sql/managed-instance/managed-instance-link-feature-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: The link feature
2+
title: Link feature for Azure SQL Managed Instance (preview)
33
titleSuffix: Azure SQL Managed Instance
44
description: Learn about the link feature for Azure SQL Managed Instance to continuously replicate data from SQL Server to the cloud, or migrate your SQL Server databases with the best possible minimum downtime.
55
author: danimir
66
ms.author: danil
7-
ms.reviewer: mathoma, danil
8-
ms.date: 08/30/2022
7+
ms.reviewer: mathoma, danil, randolphwest
8+
ms.date: 09/01/2022
99
ms.service: sql-managed-instance
1010
ms.subservice: data-movement
1111
ms.topic: conceptual

azure-sql/managed-instance/timezones-overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ A set of supported time zones is inherited from the underlying operating system
2828

2929
A list with names of the supported time zones is exposed through the [sys.time_zone_info](/sql/relational-databases/system-catalog-views/sys-time-zone-info-transact-sql) system view.
3030

31+
> [!NOTE]
32+
> On August 8, 2022, the Chilean government made an official announcement about a Daylight-Saving Time (DST) [time zone change](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290). Starting at 12:00 a.m. Saturday, September 10, 2022, until 12:00 a.m. Saturday, April 1, 2023, the official time will advance 60 minutes. The change affects the following three time zones: **Pacific SA Standard Time**, **Easter Island Standard Time** and **Magallanes Standard Time**. Azure SQL Managed Instances using affected time zones will not reflect the changes [until Microsoft releases an OS update](https://techcommunity.microsoft.com/t5/daylight-saving-time-time-zone/interim-guidance-on-2022-time-zone-updates-for-chile/ba-p/3598290) to support this and Azure SQL Managed Instance service absorbs the update on the OS level. If you need to alter affected time zones for your managed instances, please be aware of the [limitations](#limitations) and follow the guidance from the documentation.
33+
3134
## Set a time zone
3235

3336
A time zone of a managed instance can be set during instance creation only. The default time zone is UTC.

azure-sql/virtual-machines/windows/availability-group-manually-configure-multiple-regions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Configure a SQL Server Always On availability group across different regi
33
description: This article explains how to configure a SQL Server Always On availability group on Azure virtual machines with a replica in a different region.
44
author: adbadram
55
ms.author: adbadram
6-
ms.reviewer: mathoma
7-
ms.date: "05/02/2017"
6+
ms.reviewer: mathoma, randolphwest
7+
ms.date: 09/01/2022
88
ms.service: virtual-machines-sql
99
ms.subservice: hadr
1010
ms.topic: how-to
@@ -19,6 +19,9 @@ tags: azure-service-management
1919

2020
This article explains how to configure a SQL Server Always On availability group replica on Azure virtual machines in a remote Azure location. Use this configuration to support disaster recovery.
2121

22+
> [!NOTE]
23+
> You can use the same steps in this article to extend your on-premises availability group to Azure.
24+
2225
This article applies to Azure Virtual Machines in Resource Manager mode.
2326

2427
The following image shows a common deployment of an availability group on Azure virtual machines:

docs/azure-data-studio/preview-features.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,46 +43,24 @@ You can enable or disable preview features anytime in your Settings.
4343
* Backup / Restore
4444
* Deployments
4545
* SQL Edge
46-
* SQL Server Big Data Cluster
47-
* SQL Server container image
48-
* SQL Server on Windows
4946
* Feature tour
50-
* SQLCMD mode
51-
* New Welcome page
5247

5348
### Notebook features in preview
5449

5550
* Dotnet interactive support
56-
* Markdown toolbar
57-
* New Notebook toolbar
58-
* Notebook kernels
59-
* Kusto
60-
* PowerShell
61-
* PySpark
62-
* Python
63-
* Spark | Scala
64-
* Spark | R
65-
* SQL
66-
* Open Notebook from browser
67-
* Pinned Notebooks
68-
* Python dependencies wizard
6951

7052
### First-party extensions in preview
7153

72-
* Admin Pack for SQL Server
7354
* Azure Monitor Logs
7455
* Azure SQL Edge Deployment
75-
* Azure Synapse Analytics Insights
7656
* Central Management Servers
7757
* Cosmos
7858
* Database Administration Tool Extensions for Windows
7959
* Database Migration Assessment for Oracle
8060
* Kusto
81-
* Machine Learning
8261
* Managed Instance Dashboard
8362
* Oracle
8463
* PostgreSQL
85-
* PowerShell
8664
* Query History
8765
* SandDance for Azure Data Studio
8866
* Server Reports

docs/big-data-cluster/cluster-manage-notebooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.date: 6/21/2022
88
ms.prod: sql
99
ms.technology: big-data-cluster
1010
ms.topic: conceptual
11-
ms.metadata: seo-lt-2019
1211
ms.custom: kr2b-contr-experiment
12+
ms.metadata: seo-lt-2019
1313
---
1414

1515
# An Index of Management notebooks for SQL Server Big Data Clusters

docs/big-data-cluster/troubleshoot-ad-hung-deployment-unhealthy-sparkhead-pods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: 'AD mode deployment becomes unresponsive: sparkhead pods'
2+
title: "AD mode deployment becomes unresponsive: sparkhead pods"
33
titleSuffix: SQL Server Big Data Cluster
44
description: Troubleshooting unresponsive deployment of a SQL Server Big Data Cluster in an Active Directory domain with unhealthy sparkhead pods.
55
author: macarv-ms
66
ms.author: macarv
77
ms.reviewer: wiassaf
88
ms.date: 06/17/2022
9-
ms.custom: kr2b-contr-experiment
109
ms.prod: sql
1110
ms.technology: big-data-cluster
1211
ms.topic: troubleshooting
12+
ms.custom: kr2b-contr-experiment
1313
---
1414

1515
# Active Directory mode deployment becomes unresponsive: sparkhead pods

docs/connect/ado-net/add-existing-constraints-to-dataset.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
title: "Add existing constraints to a DataSet"
33
description: Describes how to add existing constraints to a DataSet.
4+
author: David-Engel
5+
ms.author: v-davidengel
46
ms.date: "11/30/2020"
5-
dev_langs:
6-
- "csharp"
7-
ms.assetid: 307d2809-208b-4cf8-b6a9-5d16f15fc16c
87
ms.prod: sql
9-
ms.prod_service: connectivity
108
ms.technology: connectivity
119
ms.topic: conceptual
12-
author: David-Engel
13-
ms.author: v-davidengel
10+
dev_langs:
11+
- "csharp"
1412
---
1513
# Add existing constraints to a DataSet
1614

0 commit comments

Comments
 (0)