I’m loading a SQL Server 2000 database into my new SQL Server 2005 instance. As expected, the full-text catalogs don’t come with it. How can I rebuild them?
Right-clicking my full text catalogs and hitting ‘rebuild indexes‘ just hangs for hours and hours without doing anything, so it doesn’t appear to be that simple…
Try it using SQL.
Here’s an example from Microsoft.