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?
Asked
Active
Viewed 504 times
1 Answers
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
-
Thanks I should have tried it, first but I wasn't too sure.. this works great. – dswatik Feb 06 '10 at 02:37