Click to See Complete Forum and Search --> : sql server full text index not completing
dmeikle
August 16th, 2009, 03:26 PM
I'm trying to run a full text index from a catalog created. One one server (dev server) it executes (showing full text index in progress under status) then the status changes to idle when complete. on the live server it runs for days and never completes. only that one database - the other databases on the live server are fine.
ideas?
Shuja Ali
August 17th, 2009, 03:08 PM
[Moved to database forum]
Looks like your live database has lot of data and is pretty huge, so creating an index would take lot of time.
dmeikle
August 17th, 2009, 06:17 PM
well, it's exactly the same data. but indexing 4000 rows shouldn't take 3 days (before we stop the process)
Shuja Ali
August 18th, 2009, 01:31 PM
May be you should try taking the database under single User mode and then re-indexing. Not sure what other processes/applications are accessing the database.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.