Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL Server 2005 full-text indexing problem

Author  Topic 

aXiS99
Starting Member

2 Posts

Posted - 2005-12-16 : 14:58:33
I just installed SQL Server 2005 and need to create a full-text indexing. I looked up how to do it, but the full-text indexing option is ghosted so i don't even have the option to enable it...any ideas? I tried searching for hours with no luck.

cdaly33
Starting Member

1 Post

Posted - 2005-12-20 : 09:45:27
One thing to check is that the table you are trying to create the full text index for needs to have a primary key setup. HTH
Go to Top of Page
   

- Advertisement -