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
Post a Comment