How to get permission to create full-text index?
- by Bill Paetzke
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.