Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
98 views

Guidelines for creating additional full-text catalogs

The nice wizards says If this is a large table or view, or if the chosen full-text catalog has indexed or other large tables, consider assigning this table or view its own full-text catalog ...
0
votes
1answer
106 views

SQL Full Text Search Query?

i am trying to implement a full text search on a login table and when i am executing the respective query then following are my observations: When i am executing the following query implementing the ...
0
votes
0answers
65 views

Repopulate fulltext catalog radiobutton greyed out in SSMS

I have SQL Sever Management studio 2008 installed(downloaded and installed SQL Server 2008 with Advanced Services). On one of my website, I am working on the search functionality which uses ...
0
votes
1answer
23 views

Need to search for names, but have no Freetext index

I have a need to search names in our table, but we don't have a FREETEXT index setup. This isn't an option anymore due to the large amount of data in the table. Is there any alternatives that I can ...
0
votes
1answer
238 views

Can a Sql Server Full Text Catalog find the following?

i have the following data in a field, which is being indexed by a Full Text Catalog. Pamorama City, Los Angeles, California, United States Simple. (I also have lots of others, but they are ...