Tagged Questions

1
vote
2answers
77 views

Long Running Backup Job and SQL Server FullText Search…State “Change Pending”

BAck up of 5GB database run for 12 hrs and when I investigate things are pointing toward FullText search on the database. I rebuild FTS catalogue but problem still persists. So I t …
0
votes
1answer
123 views

Issue of Full text search — ContainsTable

Hi, We have the full text search table and are using CONTAINSTABLE to search in the fulltext search column, its workingfine, but we have a requirement that we need to return resul …
0
votes
1answer
25 views

Full-Text index automatic change tracking

Is there a way to get know about when the full-text index is updated and ready for use after an insert or update statement occured in a table on which automatic change tracking is …
2
votes
1answer
26 views

Fulltext Search

hi, The query select * from tablename where contains(tablename., '"001"') is not returning any value but, select * from tablename where contains(tablename., '"BDJ"') is wor …
1
vote
1answer
53 views

SQL 2005 - Full Text Search - locking down a system

Is this still a valid point: Microsoft has made it quite clear that the only way the Full Text Search service is supported is if it is running under LocalSystem. This came from an …
1
vote
0answers
21 views

Full Text Search FreeTextTable Predicate Problem

Hello Everone, I am using Full Text Search for our Search Algorithm. Description: Say there is a table called as Table1 which contains following columns Pls. Note: Columns of Ta …
0
votes
1answer
79 views

How to use CONTAINS with inline queries in SQL2008?

I have this sql query where I'm trying to use CONTAINS to search the title field. But I get this error. "Cannot use a CONTAINS or FREETEXT predicate on column 'Title' because it …
0
votes
1answer
106 views

Can I full-text search a temporary table?

If I populate a temporary table or a table variable, is there a way to search it with CONTAINS?
1
vote
1answer
95 views

Problem dropping full-text catalog

Can someone help me out, when I try to drop a full-text catalog I get the following error. TITLE: Microsoft SQL Server Management Studio Drop failed for FullTextCa …