Skip to content

Commit 6fe876a

Browse files
author
Mike Ray (Microsoft)
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20230223-arcee-features-by-os-type
2 parents 135424f + 37350ac commit 6fe876a

336 files changed

Lines changed: 3740 additions & 3411 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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59643,6 +59643,21 @@
5964359643
"source_path": "azure-sql/database/sql-azure-vulnerability-assessment-storage.md",
5964459644
"redirect_url": "azure-sql/database/sql-database-vulnerability-assessment-storage",
5964559645
"redirect_document_id": false
59646+
},
59647+
{
59648+
"source_path": "docs/linux/sql-server-linux-release-history-2017.md",
59649+
"redirect_url": "/troubleshoot/sql/linux/release-history-2017?toc=/sql/toc.json&bc=/sql/breadcrumb/toc.json",
59650+
"redirect_document_id": false
59651+
},
59652+
{
59653+
"source_path": "docs/linux/sql-server-linux-release-history-2019.md",
59654+
"redirect_url": "/troubleshoot/sql/linux/release-history-2019?toc=/sql/toc.json&bc=/sql/breadcrumb/toc.json",
59655+
"redirect_document_id": false
59656+
},
59657+
{
59658+
"source_path": "docs/linux/sql-server-linux-release-history-2022.md",
59659+
"redirect_url": "/troubleshoot/sql/linux/release-history-2022?toc=/sql/toc.json&bc=/sql/breadcrumb/toc.json",
59660+
"redirect_document_id": false
5964659661
}
5964759662
]
5964859663
}

azure-sql/database/analyze-prevent-deadlocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,6 @@ Learn more about performance in Azure SQL Database:
814814
- [Understand and resolve Azure SQL Database blocking problems](understand-resolve-blocking.md)
815815
- [Transaction Locking and Row Versioning Guide](/sql/relational-databases/sql-server-transaction-locking-and-row-versioning-guide)
816816
- [SET TRANSACTION ISOLATION LEVEL](/sql/t-sql/statements/set-transaction-isolation-level-transact-sql)
817-
- [Azure SQL Database: Improving Performance Tuning with Automatic Tuning](/Shows/Data-Exposed/Azure-SQL-Database-Improving-Performance-Tuning-with-Automatic-Tuning)
817+
- [Azure SQL Database: improving performance tuning with automatic tuning](/Shows/Data-Exposed/Azure-SQL-Database-Improving-Performance-Tuning-with-Automatic-Tuning)
818818
- [Deliver consistent performance with Azure SQL](/training/modules/azure-sql-performance/)
819819
- [Retry logic for transient errors](troubleshoot-common-connectivity-issues.md#retry-logic-for-transient-errors).

azure-sql/database/arm-templates-content-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Azure Resource Manager templates - Azure SQL Database & SQL Managed Instance
2+
title: Azure Resource Manager templates
33
description: Use Azure Resource Manager templates to create and configure Azure SQL Database and Azure SQL Managed Instance.
4-
author: srdan-bozovic-msft
5-
ms.author: srbozovi
4+
author: urosmil
5+
ms.author: urmilano
66
ms.reviewer: wiassaf, mathoma
77
ms.date: 06/30/2021
88
ms.service: sql-db-mi

azure-sql/database/connectivity-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Currently, we support TLS 1.0, 1.1, and 1.2. Setting a minimal TLS version ensur
118118
> [!IMPORTANT]
119119
> The default for the minimal TLS version is to allow all versions. After you enforce a version of TLS, it's not possible to revert to the default.
120120
121-
For customers with applications that rely on older versions of TLS, we recommend setting the minimal TLS version according to the requirements of your applications. For customers that rely on applications to connect by using an unencrypted connection, we recommend not setting any minimal TLS version.
121+
For customers with applications that rely on older versions of TLS, we recommend setting the minimal TLS version according to the requirements of your applications. If application requirements are unknown or workloads rely on older drivers that are no longer maintained, we recommend not setting any minimal TLS version.
122122

123123
For more information, see [TLS considerations for SQL Database connectivity](connect-query-content-reference-guide.md#tls-considerations-for-database-connectivity).
124124

azure-sql/database/elastic-query-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Elastic query is included in the cost of Azure SQL Database. Note that topologie
137137
* Import/Export for SQL Database does not yet support external data sources and external tables. If you need to use Import/Export, drop these objects before exporting and then re-create them after importing.
138138
* Elastic query currently only supports read-only access to external tables. You can, however, use full Transact-SQL functionality on the database where the external table is defined. This can be useful to, e.g., persist temporary results using, for example, SELECT <column_list> INTO <local_table>, or to define stored procedures on the elastic query database that refer to external tables.
139139
* Except for nvarchar(max), LOB types (including spatial types) are not supported in external table definitions. As a workaround, you can create a view on the remote database that casts the LOB type into nvarchar(max), define your external table over the view instead of the base table and then cast it back into the original LOB type in your queries.
140-
* Columns of nvarchar(max) data type in result set disable advanced batching technics used in Elastic Query implementation and may affect performance of query for an order of magnitude, or even two orders of magnitude in non-canonical use cases where large amount of non-aggregated data is being transferred as a result of query.
140+
* Columns of nvarchar(max) data type in result set disable advanced batching techniques used in Elastic Query implementation and may affect performance of query for an order of magnitude, or even two orders of magnitude in non-canonical use cases where large amount of non-aggregated data is being transferred as a result of query.
141141
* Column statistics over external tables are currently not supported. Table statistics are supported, but need to be created manually.
142142
* Cursors are not supported for external tables in Azure SQL Database.
143143
* Elastic query works with Azure SQL Database only. You cannot use it for querying a SQL Server instance.

azure-sql/database/high-availability-sla.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The zone-redundant version of the high availability architecture is illustrated
9090

9191
Consider the following when using zone redundancy:
9292

93-
- This feature is currently in preview for SQL Managed Instance, and only available on the Business Critical service tier, and on Gen5 hardware. In SQL Database, when using the Business Critical tier, zone-redundant configuration is only available when the Gen5 hardware is selected.
93+
- This feature is currently in preview for SQL Managed Instance, and only available on the Business Critical service tier. In SQL Database, when using the Business Critical tier, zone-redundant configuration is only available when the Gen5 hardware is selected.
9494
- For up to date information about the regions that support zone-redundant databases, see [Services support by region](/azure/availability-zones/az-region).
9595
- For zone redundant availability, choosing a [maintenance window](./maintenance-window.md) other than the default is currently available in [select regions](maintenance-window.md#azure-region-support).
9696

azure-sql/database/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ landingContent:
150150
- linkListType: reference
151151
links:
152152
- text: Migration guide
153-
url: https://datamigration.microsoft.com/
153+
url: /data-migration/
154154
- text: Transact-SQL (T-SQL)
155155
url: /sql/t-sql/language-reference
156156
- text: Azure CLI
253 KB
Loading
152 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Hyperscale service tier in Azure SQL Database provides the following additio
4141

4242
The Hyperscale service tier removes many of the practical limits traditionally seen in cloud databases. Where most other databases are limited by the resources available in a single node, databases in the Hyperscale service tier have no such limits. With its flexible storage architecture, storage grows as needed. In fact, Hyperscale databases aren't created with a defined max size. A Hyperscale database grows as needed - and you're billed only for the capacity you use. For read-intensive workloads, the Hyperscale service tier provides rapid scale-out by provisioning additional replicas as needed for offloading read workloads.
4343

44-
Additionally, the time required to create database backups or to scale up or down is no longer tied to the volume of data in the database. Hyperscale databases are backed up virtually instantaneously. You can also scale a database in the tens of terabytes up or down within minutes in the provisioned compute tier or use [serverless] (serverless-tier-overview.md) to scale compute automatically. This capability frees you from concerns about being boxed in by your initial configuration choices.
44+
Additionally, the time required to create database backups or to scale up or down is no longer tied to the volume of data in the database. Hyperscale databases are backed up virtually instantaneously. You can also scale a database in the tens of terabytes up or down within minutes in the provisioned compute tier or use [serverless](serverless-tier-overview.md) to scale compute automatically. This capability frees you from concerns about being boxed in by your initial configuration choices.
4545

4646
For more information about the compute sizes for the Hyperscale service tier, see [Service tier characteristics](service-tiers-vcore.md#service-tiers).
4747

0 commit comments

Comments
 (0)