Re: corrupt full text catalogs -- can't delete!
- From: mattmerc@xxxxxxxxxxxxx
- Date: 6 Feb 2006 19:47:13 -0800
I was able to fix my problem this way:
Change path of freetext catalogs to a valid path (previously to a drive
that didnt exist)
repopulate
then delete
I used this script I found
use master
go
sp_configure allow,1
go
reconfigure with override
go
use dev_3
go
update sysfulltextcatalogs set path = 'e:\program files\microsoft sql
server\mssql\ftdata'
go
select * from sysfulltextcatalogs
go
use master
go
sp_configure allow,0
go
reconfigure with override
go
Thanks for the help
.
- Prev by Date: Re: SQL Fulltext Indexer (Binaries)
- Next by Date: Re: Ignored words error strangeness
- Previous by thread: SQL Fulltext Indexer (Binaries)
- Next by thread: Re: Ignored words error strangeness
- Index(es):
Relevant Pages
|