R rsutoratosu Platinum Member Feb 18, 2011 2,716 4 81 Aug 3, 2012 #1 For SQL 2008, if you turn on full text index, does it turn on for all the db or can you have it off for certain db ? Thanks
For SQL 2008, if you turn on full text index, does it turn on for all the db or can you have it off for certain db ? Thanks
KLin Lifer Feb 29, 2000 30,951 1,079 126 Aug 3, 2012 #2 http://www.simple-talk.com/sql/learn-sql-server/understanding-full-text-indexing-in-sql-server/ Looks like it's configured for each database.
http://www.simple-talk.com/sql/learn-sql-server/understanding-full-text-indexing-in-sql-server/ Looks like it's configured for each database.
KentState Diamond Member Oct 19, 2001 8,397 393 126 Aug 4, 2012 #3 FTE's have to be created. It's not something that just turns on because you enable the service.