indexing table in SQL2005?
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, how do i index a table in 2005? When i right click on the table, full-text indexing is grey'd out(disabled). How do i enable it?
Regards, Tintin
-
Hi, how do i index a table in 2005? When i right click on the table, full-text indexing is grey'd out(disabled). How do i enable it?
Regards, Tintin
Full text indexing is not what you think that it is. You want to index a column or columns not a table. Look in the SQL Server 2005 help files for info on how to do this. Ian