I am using SQL Server 2000 and I am using full text indexing on a table. Can I use full text indexing on a view of this table? If yes, then how can I use? If no, then what should I do?
Actually, I am doing refinement of the results obtained from a table and for this refinement I am using a view of this table...