|
-
August 16th, 2009, 03:26 PM
#1
sql server full text index not completing
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?
-
August 17th, 2009, 03:08 PM
#2
Re: sql server full text index not completing
[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.
-
August 17th, 2009, 06:17 PM
#3
Re: sql server full text index not completing
well, it's exactly the same data. but indexing 4000 rows shouldn't take 3 days (before we stop the process)
-
August 18th, 2009, 01:31 PM
#4
Re: sql server full text index not completing
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|