3

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?

dswatik
  • 9,129
  • 10
  • 38
  • 53

1 Answers1

2

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

Ray
  • 21,485
  • 5
  • 48
  • 64