Skip to content

Commit d1f10d2

Browse files
Merge pull request #33824 from MicrosoftDocs/markingmyname-patch-2
[T-SQL] Update sys-fulltext-catalogs-transact-sql.md
2 parents aebeda4 + 2fac2b9 commit d1f10d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/system-catalog-views/sys-fulltext-catalogs-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev_langs:
3636
|data_space_id|**int**|Filegroup where this catalog was created.|
3737
|file_id|**int**|File ID of the full-text file associated with the catalog.|
3838
|principal_id|**int**|ID of the database principal that owns the full-text catalog.|
39-
|is_importing|**bit**|Indicates whether the full-text catalog is being imported:<br /><br /> 1 = The catalog is being imported.<br /><br /> 2 = The catalog is not being imported.|
39+
|is_importing|**bit**|Indicates whether the full-text catalog is being imported:<br /><br /> 0 = The catalog is being imported.<br /><br /> 1 = The catalog is not being imported.|
4040

4141
## Permissions
4242
[!INCLUDE[ssCatViewPerm](../../includes/sscatviewperm-md.md)]

0 commit comments

Comments
 (0)