﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 General Discussion  / SQL Server 2005 - Repopulate Full Text Catalog After Migration / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 22 May 2013 10:12:33 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>Thanks very much, i was able to populate Full Text Catalogs now. :)</description><pubDate>Wed, 26 Sep 2007 01:18:03 GMT</pubDate><dc:creator>kprabhakar1978</dc:creator></item><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>Yup.  But verification of status / file location / etc. is the first step.Regarding the backup / restore note that there is also a command to backup and/or restore the full text catalog only.BACKUP DATABASE database_nameFILE = 'sysft_fulltext_cat'TO backup_device</description><pubDate>Tue, 25 Sep 2007 12:24:17 GMT</pubDate><dc:creator>Pam Brisjar</dc:creator></item><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>thank you Pam!I didn't know they did that in 2005. much easier to restore I assume, since it's part of the backup.In the original posters case, since the backup came from a 2000 backup, he'll need to rebuild no matter what, adn backup after they are rebuilt, right?</description><pubDate>Tue, 25 Sep 2007 12:18:23 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>In SQL Server 2000 full text catalogs are indeed not backed up.  However, information about the file location, tables and indexes remain in the database.With SQL Server 2005, full-text catalogs have become part of the standard backup/restore process.</description><pubDate>Tue, 25 Sep 2007 12:14:26 GMT</pubDate><dc:creator>Pam Brisjar</dc:creator></item><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>am i wrong? i thought full text catalogs were not part of the database, but a separate file stored on the server, so you needed to back those up separetely, or recreate the full text after a restoration on a different server/different databaselinky after editing:http://support.microsoft.com/kb/240867[i]SUMMARYFull-text catalogs and indexes are not stored in a SQL Server database. Full-text catalogs and indexes are stored in separate files that the Microsoft Search service manages. The full-text catalog files are not recovered during a Microsoft SQL Server recovery. Additionally, you cannot use the Transact SQL statements BACKUP and RESTORE to back up and to restore full-text catalog files. After recovery or restore operations, you must separately resynchronize the full-text catalogs. Only the Microsoft Windows NT system administrator and the Microsoft Search service can access the full-text catalog files.[/i]</description><pubDate>Tue, 25 Sep 2007 11:52:31 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>You have to check the status of the full text catalog.Start with this one:select * from sys.master_files where type = 4also check out sys.fulltext_catalogs</description><pubDate>Tue, 25 Sep 2007 10:33:28 GMT</pubDate><dc:creator>Pam Brisjar</dc:creator></item><item><title>SQL Server 2005 - Repopulate Full Text Catalog After Migration</title><link>http://www.sqlservercentral.com/Forums/Topic402645-149-1.aspx</link><description>Posted - 09/25/2007 :  11:12:47     -------------------------------------------------------------------------------- I have Restored database from SQL server 2000 to SQL server 2005 and found that Full Text catalogs are not Populated. I tried using, exec sp_fulltext_catalog 'CatalogName', 'start_full' and it showed the message"Warning: Request to start a full-text index population on table or indexed view 'dbo.Corpora' is ignored because a population is currently active for this table or indexed view."Please let me know on "How to Repopulate all the Full text catalogs"Thanks.  </description><pubDate>Tue, 25 Sep 2007 10:07:02 GMT</pubDate><dc:creator>kprabhakar1978</dc:creator></item></channel></rss>