1

We are going to do a full-text index on a view. But while trying to create a clustered index on a view it is showing an error like "Cannot create index. Object was created with the following SET options off: 'ANSI_NULLS'."

So with reference to this SO post

the only option to avoid this is to drop and recreate the table.

So before doing this i am asking whether i can do a full text index for the table itself than creating an index on the view. ie select the result from table for the search and then select the corresponding data from the view.

Is there any performance related issues while doing a full text index on a table compared with full-text index on a view.? Please give your suggestions?

Community
  • 1
  • 1
Mahesh KP
  • 6,248
  • 13
  • 50
  • 71

0 Answers0