sql server 2000 - Can I use full text indexing on a view? -


I am using SQL Server 2000 and I am using a full text index on a table. Can I use full text indexing on this table view? If so, how can I use it? If not, what should I do?

Actually, I am amending the results obtained from a table, and for this refine I am using a view from this table ...

No, you can not use full-text indexing on the table view.

You can apparently make one on.

Also see:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -