Skip to content

Commit 732b106

Browse files
committed
fixing broken links
1 parent 6787695 commit 732b106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You should consider using multi-model capabilities of the Azure SQL family of se
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](../database/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)