Skip to content

Commit 450954c

Browse files
authored
Merge pull request #20754 from MikeRayMSFT/20211124-json-embedded
Update punctuation
2 parents 90050de + e4a7ee4 commit 450954c

12 files changed

Lines changed: 12 additions & 12 deletions

docs/relational-databases/json/add-a-root-node-to-json-output-with-the-root-option-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ SELECT TOP 5
151151
### Microsoft videos
152152

153153
> [!NOTE]
154-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
154+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
155155
156156
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
157157

docs/relational-databases/json/convert-json-data-to-rows-and-columns-with-openjson-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You can change the compatibility level of a database by using the following comm
142142
### Microsoft videos
143143

144144
> [!NOTE]
145-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
145+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
146146
147147
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
148148

docs/relational-databases/json/include-null-values-in-json-include-null-values-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ FOR JSON AUTO, INCLUDE_NULL_VALUES
5555
### Microsoft videos
5656

5757
> [!NOTE]
58-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
58+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
5959
6060
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
6161

docs/relational-databases/json/index-json-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ ORDER BY JSON_VALUE(json,'$.name')
159159
### Microsoft videos
160160

161161
> [!NOTE]
162-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
162+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
163163
164164
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
165165

docs/relational-databases/json/json-data-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Here's what you can do with the scripts that are included in the file:
409409
### Microsoft videos
410410

411411
> [!NOTE]
412-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
412+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
413413
414414
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following video:
415415

docs/relational-databases/json/json-path-expressions-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT value
107107
### Microsoft videos
108108

109109
> [!NOTE]
110-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
110+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
111111
112112
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
113113

docs/relational-databases/json/optimize-json-processing-with-in-memory-oltp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GO
162162
### Microsoft videos
163163

164164
> [!NOTE]
165-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
165+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
166166
167167
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
168168

docs/relational-databases/json/remove-square-brackets-from-json-without-array-wrapper-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ FOR JSON PATH, WITHOUT_ARRAY_WRAPPER
104104
### Microsoft videos
105105

106106
> [!NOTE]
107-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
107+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
108108
109109
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
110110

docs/relational-databases/json/solve-common-issues-with-json-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ WHERE [key] = 'color'
143143
### Microsoft videos
144144

145145
> [!NOTE]
146-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
146+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
147147
148148
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
149149

docs/relational-databases/json/store-json-documents-in-sql-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Native JSON functions in SQL Server and SQL Database enable you to process JSON
162162
### Microsoft videos
163163

164164
> [!NOTE]
165-
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform
165+
> Some of the video links in this section may not work at this time. Microsoft is migrating content formerly on Channel 9 to a new platform. We will update the links as the videos are migrated to the new platform.
166166
167167
For a visual introduction to the built-in JSON support in SQL Server and Azure SQL Database, see the following videos:
168168

0 commit comments

Comments
 (0)