CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    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?
    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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.

  3. #3
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    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)
    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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
  •  





Click Here to Expand Forum to Full Width

Featured