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

Commit 6d111e4

Browse files
committed
Merge branch 'main' into release-dallas
2 parents 5bb58b4 + 45e8e32 commit 6d111e4

66 files changed

Lines changed: 593 additions & 227 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.

azure-sql/database/auto-failover-group-configure-sql-db.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ms.service: sql-database
88
ms.subservice: high-availability
99
ms.custom:
1010
- "devx-track-azurecli"
11-
- "sql-db-mi-split"
11+
- "azure-sql-split"
1212
ms.topic: how-to
13-
author: emlisa
14-
ms.author: emlisa
13+
author: rajeshsetlem
14+
ms.author: rsetlem
1515
ms.reviewer: wiassaf, mathoma
1616
ms.date: 03/01/2022
1717
zone_pivot_groups: azure-sql-deployment-option-single-elastic

azure-sql/database/auto-failover-group-sql-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
ms.service: sql-database
77
ms.subservice: high-availability
88
ms.custom:
9-
- "sql-db-mi-split"
9+
- "azure-sql-split"
1010
ms.topic: conceptual
1111
author: rajeshsetlem
1212
ms.author: rsetlem

azure-sql/database/designing-cloud-solutions-for-disaster-recovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.subservice: development
1414
ms.custom:
1515
- "sqldbrb=1"
1616
ms.topic: conceptual
17-
author: emlisa
18-
ms.author: emlisa
17+
author: rajeshsetlem
18+
ms.author: rsetlem
1919
ms.reviewer: wiassaf, mathoma
2020
ms.date: 07/28/2020
2121
---

azure-sql/database/dns-alias-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.subservice: high-availability
88
ms.custom:
99
- "seo-lt-2019 sqldbrb=1"
1010
ms.topic: conceptual
11-
author: emlisa
12-
ms.author: emlisa
11+
author: rajeshsetlem
12+
ms.author: rsetlem
1313
ms.reviewer: wiassaf, mathoma, vanto
1414
ms.date: 07/11/2022
1515
---

azure-sql/database/dns-alias-powershell-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.subservice: high-availability
1414
ms.devlang:
1515
- "PowerShell"
1616
ms.topic: how-to
17-
author: emlisa
18-
ms.author: emlisa
17+
author: rajeshsetlem
18+
ms.author: rsetlem
1919
ms.reviewer: wiassaf, mathoma, amagarwa, maboja, vanto
2020
ms.date: 05/14/2019
2121
---

azure-sql/database/features-comparison.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: danimir
1111
ms.author: danil
1212
ms.reviewer: wiassaf, bonova, mathoma, danil
13-
ms.date: 12/14/2021
13+
ms.date: 08/12/2022
1414
monikerRange: "= azuresql || = azuresql-db || = azuresql-mi"
1515
---
1616

@@ -87,7 +87,7 @@ The following table lists the major features of SQL Server and provides informat
8787
| [OPENQUERY](/sql/t-sql/functions/openquery-transact-sql)|No|Yes, only to SQL Database, SQL Managed Instance and SQL Server. See [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md)|
8888
| [OPENROWSET](/sql/t-sql/functions/openrowset-transact-sql)|Yes, only to import from Azure Blob storage. |Yes, only to SQL Database, SQL Managed Instance and SQL Server, and to import from Azure Blob storage. See [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md)|
8989
| [Operators](/sql/t-sql/language-elements/operators-transact-sql) | Most - see individual operators |Yes - see [T-SQL differences](../managed-instance/transact-sql-tsql-differences-sql-server.md) |
90-
| [Polybase](/sql/relational-databases/polybase/polybase-guide) | No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function or use [an external table that references a serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/read-azure-storage-files-using-synapse-sql-external-tables/). | No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function, a linked server that references [serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/linked-server-to-synapse-sql-to-implement-polybase-like-scenarios-in-managed-instance/), [SQL Database](https://techcommunity.microsoft.com/t5/azure-database-support-blog/lesson-learned-63-it-is-possible-to-create-linked-server-in/ba-p/369168), or SQL Server. |
90+
| [Polybase](/sql/relational-databases/polybase/polybase-guide) | No. You can query data in the files placed on Azure Blob Storage using `OPENROWSET` function or use [an external table that references a serverless SQL pool in Synapse Analytics](https://devblogs.microsoft.com/azure-sql/read-azure-storage-files-using-synapse-sql-external-tables/). | Yes, for Azure Data Lake Storage (ADLS) and Azure Blob Storage as data source. See [Data Virtualization with Azure SQL Managed Instance](https://docs.microsoft.com/azure/azure-sql/managed-instance/data-virtualization-overview) for more details. |
9191
| [Query Notifications](/sql/relational-databases/native-client/features/working-with-query-notifications) | No | Yes |
9292
| [Machine Learning Services](/sql/advanced-analytics/what-is-sql-server-machine-learning) (_Formerly R Services_)| No | Yes, see [Machine Learning Services in Azure SQL Managed Instance](../managed-instance/machine-learning-services-overview.md) |
9393
| [Recovery models](/sql/relational-databases/backup-restore/recovery-models-sql-server) | Only Full Recovery that guarantees high availability is supported. Simple and Bulk Logged recovery models are not available. | Only Full Recovery that guarantees high availability is supported. Simple and Bulk Logged recovery models are not available. |
@@ -165,7 +165,7 @@ Azure SQL Database and Azure SQL Managed Instance support various data tools tha
165165
| [BACPAC file (export)](/sql/relational-databases/data-tier-applications/export-a-data-tier-application) | Yes - see [SQL Database export](database-export.md) | Yes - see [SQL Managed Instance export](database-export.md) |
166166
| [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database) | Yes - see [SQL Database import](database-import.md) | Yes - see [SQL Managed Instance import](database-import.md) |
167167
| [Data Quality Services (DQS)](/sql/data-quality-services/data-quality-services) | No | No |
168-
| [Master Data Services (MDS)](/sql/master-data-services/master-data-services-overview-mds) | No | No. Host MDS on an Azure VM. While SQL Managed Instance cannot run MDS as a service, it can host [MDS databases](/sql/master-data-services/master-data-services-host-database-on-managed-instance) for a MDS service installed on Azure Virtual Machine, using SQL Server authentication. |
168+
| [Master Data Services (MDS)](/sql/master-data-services/master-data-services-overview-mds) | No | No. Host MDS on an Azure VM. While SQL Managed Instance cannot run MDS as a service, it can host [MDS databases](/sql/master-data-services/master-data-services-host-database-on-managed-instance) for an MDS service installed on Azure Virtual Machine, using SQL Server authentication. |
169169
| [SMO](/sql/relational-databases/server-management-objects-smo/sql-server-management-objects-smo-programming-guide) | [Yes](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects) | Yes [version 150](https://www.nuget.org/packages/Microsoft.SqlServer.SqlManagementObjects) |
170170
| [SQL Server Data Tools (SSDT)](/sql/ssdt/download-sql-server-data-tools-ssdt) | Yes | Yes |
171171
| [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms) | Yes | Yes [version 18.0 and higher](/sql/ssms/download-sql-server-management-studio-ssms) |
@@ -179,7 +179,7 @@ You can use different migration methods to move your data between SQL Server, Az
179179

180180
| **Source** | **Azure SQL Database** | **Azure SQL Managed Instance** |
181181
| --- | --- | --- |
182-
| SQL Server (on-prem, AzureVM, Amazon RDS) | **Online:** [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** [Data Migration Service (DMS)](/sql/dma/dma-overview), [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP | **Online:** [Data Migration Service (DMS)](/sql/dma/dma-overview), [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** Native backup/restore, [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP, [Snapshot replication](../managed-instance/replication-transactional-overview.md) |
182+
| SQL Server (on-premises, AzureVM, Amazon RDS) | **Online:** [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** [Data Migration Service (DMS)](/sql/dma/dma-overview), [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP | **Online:** [Data Migration Service (DMS)](/sql/dma/dma-overview), [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** Native backup/restore, [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP, [Snapshot replication](../managed-instance/replication-transactional-overview.md) |
183183
| Single database | **Offline:** [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP | **Offline:** [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP |
184184
| SQL Managed Instance | **Online:** [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP, [Snapshot replication](../managed-instance/replication-transactional-overview.md) | **Online:** [Transactional Replication](../managed-instance/replication-transactional-overview.md) <br/> **Offline:** Cross-instance point-in-time restore ([Azure PowerShell](/powershell/module/az.sql/restore-azsqlinstancedatabase#examples) or [Azure CLI](https://techcommunity.microsoft.com/t5/Azure-SQL-Database/Cross-instance-point-in-time-restore-in-Azure-SQL-Database/ba-p/386208)), [Native backup/restore](../managed-instance/restore-sample-database-quickstart.md), [BACPAC file (import)](/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database), BCP, [Snapshot replication](../managed-instance/replication-transactional-overview.md) |
185185

@@ -194,4 +194,4 @@ For more information about Azure SQL Database and Azure SQL Managed Instance, se
194194

195195
- [What is Azure SQL Database?](sql-database-paas-overview.md)
196196
- [What is Azure SQL Managed Instance?](../managed-instance/sql-managed-instance-paas-overview.md)
197-
- [What is an Azure SQL Managed Instance pool?](../managed-instance/instance-pools-overview.md)
197+
- [What is an Azure SQL Managed Instance pool?](../managed-instance/instance-pools-overview.md)

azure-sql/database/manage-application-rolling-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.custom:
99
- "sqldbrb=1"
1010
- "devx-track-azurepowershell"
1111
ms.topic: how-to
12-
author: emlisa
13-
ms.author: emlisa
12+
author: rajeshsetlem
13+
ms.author: rsetlem
1414
ms.reviewer: wiassaf, mathoma
1515
ms.date: 02/13/2019
1616
---

azure-sql/database/monitoring-with-dmvs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,11 @@ ORDER BY start_time ASC;
338338

339339
## Identify memory grant wait performance issues
340340

341-
If your top wait type is `RESOURCE_SEMAHPORE` and you don't have a high CPU usage issue, you may have a memory grant waiting issue.
341+
If your top wait type is `RESOURCE_SEMAPHORE` and you don't have a high CPU usage issue, you may have a memory grant waiting issue.
342342

343-
### Determine if a `RESOURCE_SEMAHPORE` wait is a top wait
343+
### Determine if a `RESOURCE_SEMAPHORE` wait is a top wait
344344

345-
Use the following query to determine if a `RESOURCE_SEMAHPORE` wait is a top wait
345+
Use the following query to determine if a `RESOURCE_SEMAPHORE` wait is a top wait
346346

347347
```sql
348348
SELECT wait_type,

azure-sql/database/purchasing-models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ms.service: sql-database
88
ms.subservice: service-overview
99
ms.custom:
1010
- "sqldbrb=1"
11+
- "azure-sql-split"
1112
ms.topic: conceptual
1213
author: WilliamDAssafMSFT
1314
ms.author: wiassaf

azure-sql/database/recovery-using-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ms.service: sql-database
88
ms.subservice: backup-restore
99
ms.topic: how-to
10-
ms.custom: "azure-sql-split"
10+
ms.custom: "azure-sql-split"
1111
author: SudhirRaparla
1212
ms.author: nvraparl
1313
ms.reviewer: wiassaf, mathoma, danil

0 commit comments

Comments
 (0)