Database reference - AdventureWorks2008

AdventureWorks2008 -  full text indexes -  Full text index on [HumanResources].[JobCandidate]

Full text index properties

namevalue
nameFull text index on [HumanResources].[JobCandidate]
tableJobCandidate
catalogAW2008FullTextCatalog
change trackingAutomatic
documents processed0
enabledTrue
item count13
number of failures0
pending changes0
population statusNone
unique index namePK_JobCandidate_JobCandidateID

Indexed columns

columnlanguage
ResumeEnglish

Dependency graph

AW2008FullTextCatalogJobCandidateJobCandidate

Objects that Full text index on [HumanResources].[JobCandidate] depends on

nameobject typedatabaseserverlevel
AW2008FullTextCatalogfull text catalogAdventureWorks2008SPRING\KATMAI1

Code

CREATE FULLTEXT INDEX ON [HumanResources].[JobCandidate](
[Resume] LANGUAGE [English])
KEY INDEX [PK_JobCandidate_JobCandidateID]ON ([AW2008FullTextCatalog], FILEGROUP [PRIMARY])
WITH (CHANGE_TRACKING = AUTO, STOPLIST = SYSTEM)




Documentation generated by SqlSpec