I have table which has column of Image data type.I want to create a full-text image on this column.I created the catalog, and tried to add the column to the catalog but it is giving error please help me.I used the same query for other column of datatype varchar in same table it got created but for column of image datatype it does not work.
EXEC sp_fulltext_column '@tablename','@column_name','add'
Server: Msg 15600, Level 15, State 1, Procedure sp_fulltext_column, Line 180
An invalid parameter or option was specified for procedure 'sp_fulltext_column'.