he current drive I'm using to store all of the full-text indexes for my
database is nearing capacity. How do I change the disk location of a
full-text catalog? All I want to do is point the full-text indexing service
used by sql server 2005 to a different drive with more space without having
to manually drop and recreate all of them.
TIA
JTL
Russell Fields - 23 Apr 2008 21:33 GMT
JTL,
Here is a procedure for doing this, from the BOL:
http://msdn2.microsoft.com/en-us/library/ms345483.aspx
RLF
> he current drive I'm using to store all of the full-text indexes for my
> database is nearing capacity. How do I change the disk location of a
[quoted text clipped - 5 lines]
>
> JTL