Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / July 2006

Tip: Looking for answers? Try searching our database.

Copying a full-text index from 1 DB to another...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
almurph@altavista.com - 21 Jul 2006 12:04 GMT
Hi everyone,

    I noticed that when I did an export on a database (lets call it DB_a)
to another one (lets call it DB_b) it did not copy over the full text
index (FTI) that was on DB_a.
    Is there anyway I can get the FTI from DB_a to be copied over to DB_b
without having to rebuild the FTI on DB_b??

    Would appreciate any comments/hints/user-experience that you may like
to share.

Thanking you,
Al.
Hilary Cotter - 21 Jul 2006 13:06 GMT
To migrate the full-text indexes you should script them out and run them on
the destination server.

To migrate built catalogs review the following:

http://support.microsoft.com/kb/240867/en-us

For sql 2005 do the following:

ALTER DATABASE database_name SET OFFLINE on both source and destination

stop msftesql on both
copy the catalog

alter the database files on the destination server to point to the catalog
location

ie,  ALTER DATABASE database_name MODIFY FILE ( NAME = sys_fulltext,
FILENAME = 'c:\dump')

start msftesql

ALTER DATABASE database_name SET ONLINE

Signature

Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

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

> Hi everyone,
>
[quoted text clipped - 9 lines]
> Thanking you,
> Al.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.