Use ePointNetOffice_xsexec sp_fultext_database 'enable'Exec sp_fulltext_catalog' my_fulldir ',' create '
Declare @key sysname; select @ key = c.name from syscolumns a, sysconstraints b, sysobjects c where a.id = Object_id ('a') and a.name = 'a' and a.id = B.ID and B.ID and B .constid = c.id and c.name like 'PK%' exec sp_fulltext_table 'webflowAttach', 'create', 'My_FullDir', 'PK_webflowAttach' EXEC sp_fulltext_column 'webflowAttach', 'content', 'add', 0x0804, 'AttachFileExtName '