Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

searching entire database using Full-Text Catalog

Status
Not open for further replies.

ksbrace

Programmer
Joined
May 13, 2000
Messages
501
Location
US
I am trying to do a search on all the tables that I have indexed, but I am not succeeding. Is this possible? If so what is the syntax for the query? Thanks

 
Jay,
Thanks...I have the database, tables and columns all set up, but I seem to only be able to search one table at a time, I would like to search all tables for the keywords that are entered in hte search text field. Like this:
Select 'something' from 'tableName' where contains(mySearchCatalog, 'keyword') I would like to search the entire db, instead of just one table. thanks

 
I do not believe that is possible.

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top