Skip to content

Commit de1936c

Browse files
committed
fixing things
1 parent 2f5277c commit de1936c

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53657,11 +53657,6 @@
5365753657
"redirect_url": "/azure/azure-sql/database/database-import-export-hang",
5365853658
"redirect_document_id": true
5365953659
},
53660-
{
53661-
"source_path": "articles/sql-database/azure-sql-managed-instance-rebrand.md",
53662-
"redirect_url": "/azure/azure-sql/managed-instance/azure-sql-managed-instance-rebrand",
53663-
"redirect_document_id": true
53664-
},
5366553660
{
5366653661
"source_path": "articles/sql-database/create-auditing-storage-account-vnet-firewall.md",
5366753662
"redirect_url": "/azure/azure-sql/database/audit-write-storage-account-behind-vnet-firewall",

articles/azure-sql/multi-model-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Multi-model databases enable you to store and work with data represented in mult
1818

1919
## When to use multi-model capabilities
2020

21-
[Azure SQL family of services](../azure-sql-iaas-vs-paas-what-is-overview.md) are designed to work with the relational model that provides the best performance in the most of the cases for a variety of general-purpose applications. However, the Azure SQL family of services are not limited to relational-data only. The Azure SQL family of services enable you to use a variety of non-relational formats that are tightly integrated into the relational model.
21+
[Azure SQL family of services](azure-sql-iaas-vs-paas-what-is-overview.md) are designed to work with the relational model that provides the best performance in the most of the cases for a variety of general-purpose applications. However, the Azure SQL family of services are not limited to relational-data only. The Azure SQL family of services enable you to use a variety of non-relational formats that are tightly integrated into the relational model.
2222
You should consider using multi-model capabilities of the Azure SQL family of services in the following cases:
2323

2424
- You have some information or structures that are better fit for NoSQL models and you don't want to use separate NoSQL database.
2525
- A majority of your data is suitable for relational model, and you need to model some parts of your data in NoSQL style.
2626
- You want to leverage rich Transact-SQL language to query and analyze both relational and NoSQL data, and integrate it with a variety of tools and applications that can use SQL language.
27-
- You want to apply database features such as [in-memory technologies](../in-memory-oltp-overview.md) to improve performance of your analytic or processing of your NoSQL data structures, use [transactional replication](../managed-instance/replication-transactional-overview.md) or [readable replicas](read-scale-out.md) to create copy of your data on the other place and offload some analytic workloads from the primary database.
27+
- You want to apply database features such as [in-memory technologies](in-memory-oltp-overview.md) to improve performance of your analytic or processing of your NoSQL data structures, use [transactional replication](managed-instance/replication-transactional-overview.md) or [readable replicas](../database/read-scale-out.md) to create copy of your data on the other place and offload some analytic workloads from the primary database.
2828

2929
## Overview
3030

@@ -73,7 +73,7 @@ The Azure SQL family of services let you work with JSON data easily and integrat
7373

7474
If you have JSON text, you can extract data from JSON or verify that JSON is properly formatted by using the built-in functions [JSON_VALUE](/sql/t-sql/functions/json-value-transact-sql), [JSON_QUERY](/sql/t-sql/functions/json-query-transact-sql), and [ISJSON](/sql/t-sql/functions/isjson-transact-sql). The [JSON_MODIFY](/sql/t-sql/functions/json-modify-transact-sql) function lets you update value inside JSON text. For more advanced querying and analysis, [OPENJSON](/sql/t-sql/functions/openjson-transact-sql) function can transform an array of JSON objects into a set of rows. Any SQL query can be executed on the returned result set. Finally, there is a [FOR JSON](/sql/relational-databases/json/format-query-results-as-json-with-for-json-sql-server) clause that lets you format data stored in your relational tables as JSON text.
7575

76-
For more information, see [How to work with JSON data](json-features.md).
76+
For more information, see [How to work with JSON data](../json-features.md).
7777
[JSON](/sql/relational-databases/json/json-data-sql-server) is a core SQL Server database engine feature.
7878

7979
### When to use a JSON capability

0 commit comments

Comments
 (0)