我试图在我的新的全文目录上创build一个全文索引,并得到这个错误:
Msg 9967, Level 16, State 1, Line 1 A default full-text catalog does not exist in database 'foo' or user does not have permission to perform this action.
FYI–
Full-text Index ->选项) 在Sql Server 2005和/或Windows Server 2003中需要做什么来获得权限?
请彻底(假设我是系统pipe理员n00b)。 谢谢。
如果您拥有数据库所有者的权限,那就只需要在那里完成。
全文索引是SQL Server安装程序中的一个选项 。 您可能需要返回并添加该function。
除此之外,这些说明应该照顾你:
http://sqlserverpedia.com/wiki/FTS_-_How_to_use_TSQL_to_Create_Full-Text_Indexes