Skip to content

Commit c0edf74

Browse files
authored
Merge pull request #4215 from jognanay/sql-docs-josh
Sql docs josh
2 parents d57782a + e8c2a53 commit c0edf74

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/t-sql/statements/alter-partition-scheme-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ms.workload: "On Demand"
3636

3737
Adds a filegroup to a partition scheme or alters the designation of the NEXT USED filegroup for the partition scheme.
3838

39-
[!NOTE]
40-
In Azure SQL Database only primary filegroups are supported.
39+
>[!NOTE]
40+
>In Azure SQL Database only primary filegroups are supported.
4141
4242
![Article link icon](../../database-engine/configure-windows/media/topic-link.gif "Article link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
4343

docs/t-sql/statements/create-partition-scheme-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ ms.workload: "On Demand"
4242

4343
Creates a scheme in the current database that maps the partitions of a partitioned table or index to filegroups. The number and domain of the partitions of a partitioned table or index are determined in a partition function. A partition function must first be created in a [CREATE PARTITION FUNCTION](../../t-sql/statements/create-partition-function-transact-sql.md) statement before creating a partition scheme.
4444

45-
[!NOTE]
46-
In Azure SQL Database only primary filegroups are supported.
45+
>[!NOTE]
46+
>In Azure SQL Database only primary filegroups are supported.
4747
4848
![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)
4949

0 commit comments

Comments
 (0)