Database reference - AdventureWorks2008

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

Full text index properties

namevalue
nameFull text index on [Production].[Document]
tableDocument
catalogAW2008FullTextCatalog
change trackingAutomatic
documents processed0
enabledTrue
item count13
number of failures0
pending changes0
population statusNone
unique index namePK_Document_DocumentNode

Indexed columns

columnlanguage
DocumentEnglish
DocumentSummaryEnglish

Dependency graph

AW2008FullTextCatalogDocumentDocument

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

nameobject typedatabaseserverlevel
AW2008FullTextCatalogfull text catalogAdventureWorks2008SPRING\KATMAI1

Code

CREATE FULLTEXT INDEX ON [Production].[Document](
[Document] TYPE COLUMN [FileExtension] LANGUAGE [English], 
[DocumentSummary] LANGUAGE [English])
KEY INDEX [PK_Document_DocumentNode]ON ([AW2008FullTextCatalog], FILEGROUP [PRIMARY])
WITH (CHANGE_TRACKING = AUTO, STOPLIST = SYSTEM)




Documentation generated by SqlSpec