dswatik
dswatik

Reputation: 9209

SQL 2008 Full Text Search Catalog on multiple tables

I am attempting to setup a full text search catalog in SQL Server 2008 is there a way to make this catalog contain data from multiple tables?

Upvotes: 3

Views: 521

Answers (1)

Ray
Ray

Reputation: 21905

In SSMS, you can select as many tables as fields as you like. They just have to be all in the same database.

Upvotes: 2

Related Questions