How to get permission to create full-text index?

Posted by Bill Paetzke on Server Fault See other posts from Server Fault or by Bill Paetzke
Published on 2010-04-23T16:56:53Z Indexed on 2010/04/23 17:03 UTC
Read the original article Hit count: 379

I tried to create a full-text index and got this error:

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--I connected to the target sql server with Windows Authentication.

What do I need to do in Sql Server 2005 and/or in Windows Server 2003 to get permissions?

Please be thorough (assume I am a n00b). Thank you.

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about sql-server