Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8997779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:56:06+00:00 2026-06-15T23:56:06+00:00

I have a requirement to have a full text index on SQL Server table,

  • 0

I have a requirement to have a full text index on SQL Server table, where the customer wants the index to be updated as soon as a record is updated. I figured the best bet could we to add this trigger on the table…

CREATE TRIGGER TR_Section_InsUpd ON dbo.[Section] AFTER INSERT, UPDATE AS

ALTER FULLTEXT CATALOG TUG REBUILD WITH ACCENT_SENSITIVITY = OFF

GO

But when this is triggered I’m told I can’t rebuild the catalog in a user transaction. Can anyone tell me how to achieve my objective? A scheduled index rebuild every couple of minutes seems like a bad idea as the table won’t be updated very often, but when it is, they want the changes available in the full text index as soon as possible.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:56:07+00:00Added an answer on June 15, 2026 at 11:56 pm

    Create an update table, for example:

    CREATE TABLE IndexUpdates (TableName NVARCHAR(255), UpdateIndex BIT)

    Have your trigger update the relevant entry to 1. Now have a job that runs every minute or two, looking at whether or not the table has been updated and have the job rebuild the index. On completion, reset the UpdateIndex to 0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the requirement to search several different tables in my SQL Server database.
I have requirement like, suppose I have a 'property' table which has 'ListingKey' field
Friends, I am new to lucene full text search. i have developed page with
I have a requirement to produce text files with ASCII encoding. I have a
I have a requirement of waiting using read until a buffer is full on
I have a requirement of getting a full screen image on clicking the tagged
I have a requirement to show a viewcontroller in full screen(modal segue). I am
I have this requirement where I need to find the full path for the
I have a requirement to find rows in a table containing 200,000 entries. Some
I have title (varchar), description (text), keywords (varchar) fields in my mysql table. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.