Database reference - AdventureWorks2008

AdventureWorks2008 -  full text indexes -  Full text index on [Production].[ProductReview]

Full text index properties

namevalue
nameFull text index on [Production].[ProductReview]
tableProductReview
catalogAW2008FullTextCatalog
change trackingAutomatic
documents processed0
enabledTrue
item count4
number of failures0
pending changes0
population statusNone
unique index namePK_ProductReview_ProductReviewID

Indexed columns

columnlanguage
CommentsEnglish

Dependency graph

AW2008FullTextCatalogProductReviewProductReview

Objects that Full text index on [Production].[ProductReview] depends on

nameobject typedatabaseserverlevel
AW2008FullTextCatalogfull text catalogAdventureWorks2008SPRING\KATMAI1

Code

CREATE FULLTEXT INDEX ON [Production].[ProductReview](
[Comments] LANGUAGE [English])
KEY INDEX [PK_ProductReview_ProductReviewID]ON ([AW2008FullTextCatalog], FILEGROUP [PRIMARY])
WITH (CHANGE_TRACKING = AUTO, STOPLIST = SYSTEM)




Documentation generated by SqlSpec