I have created a full-text index in my SQL 2005 instance. I put the FTI in the "primary" file group. I read that in SQL 2005 the Full-text indexing is a process outside of SQL server. The full-text process also created a folder and a set of files.
So, does putting full-text in its own file group matter in SQL 2005? If so, why?
Any URL reading is greatly appreciated. Thanks experts!