Groups | Blog | Home
all groups > sql server full text search > march 2005 >

sql server full text search : Restoring from Backup and Fulltext Catelog


Hilary Cotter
3/29/2005 10:48:00 AM
Review the notes in

http://support.microsoft.com/default.aspx?scid=kb;en-us;240867

I find the best way to fix this sort of a problem is to update
[database_name].dbo.sysfulltextcatalogs to reflect a valid path, and then
rebuild the catalog.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

[quoted text, click to view]

Sathian
3/29/2005 5:57:07 PM
Dear Friends,

When deploying the application I send a back up of the data base to be
restored on clients place.
there is a table in the database which a has FullText Index associated with
it. However since it is in a different machince the client server cannot
recognise the Full-Text catelog.
I tried to drop / edit/ rebulid the Full Text index.
While editing and rebuilding it shows that the FullText catelog is not
found.
I am unable to drop it as it says that it contains indexes.

Command used was : EXEC sp_fulltext_catalog 'LLBPSEPGDataCatelog', 'drop'

What should be the usuall way in this scenario when restoring the back of
database in different server?

Please give us some hint on this..

Regards

Sathian

AddThis Social Bookmark Button