Skip to content

Commit e023ef4

Browse files
committed
updates
1 parent bde63e8 commit e023ef4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/relational-databases/search/use-the-full-text-indexing-wizard.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,13 @@ monikerRange: "=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||
9292
d. **Select index filegroup**
9393
Specify the filegroup on which to create the full-text index.
9494

95-
e. Select a value:
95+
e. Select a value:
96+
9697
|Value|Description|
9798
|-----------|-----------------|
9899
|**<default>**| If the table or view is not partitioned, select to use the same filegroup as the underlying table or view. If the table or view is partitioned, the primary filegroup is used|
99100
|**PRIMARY**|Select to use the primary filegroup for the new full-text index.|
100-
*user-specified default filegroup*|If a user-defined default stoplist exists, select its name from the list to use that filegroup for the new full-text index.|
101+
*user-specified default filegroup*|If a user-defined default stoplist exists, select its name from the list to use that filegroup for the new full-text index.|
101102

102103
103104
11. **Select full-text stoplist**

docs/relational-databases/system-dynamic-management-views/sys-dm-io-pending-io-requests-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
2828
Returns a row for each pending I/O request in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
2929

3030
> [!NOTE]
31-
> To call this from [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] or [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], use the name **sys.dm_pdw_nodes_io_pending_io_requests**.
31+
> To call this from [!INCLUDE[ssSDWfull](../../includes/sssdwfull-md.md)] or [!INCLUDE[ssPDW](../../includes/sspdw-md.md)], use the name **sys.dm_pdw_nodes_io_pending_io_requests**.
3232
3333
|Column name|Data type|Description|
3434
|-----------------|---------------|-----------------|

0 commit comments

Comments
 (0)