Hey All,<BR><BR>Got a question about Full text indexes and triggers. I've got a full text index called 'FTindex' set up and it works fine. What I want to do is make a an insert, update, delete trigger ...
I would probably create an index on each, and then add whatever columns they need to *return* from their search as "included columns." (covering indexes)<BR><BR>In other words, if they're going to ...