Full Text Index type column is empty
- by RemotecUk
I am trying to create an index on a VarBinary(max) field in my SQL Server 2008 database.
The steps I am taking are as follows:
Table: dbo.Records
Right click on table and select "Full Text Index"
Then select "Define Index..."
I choose the primary key which is the PK of my table (field name Id, type UniqueIndentifier).
I then get the screen with…