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 ...
We have a full-text catalog on a SQL 2000 SP4 box (Windows 2000) that contains a big list of groceries. When I search for "1%" using CONTAINSTABLE, I only get results that match "1". Is there anyway ...
The indexes on a the tables of a large database make a huge difference in its performance and utility. Without an index, locating a single record in a large table can take several seconds; with the ...