
Search Across Multiple Columns
In SQL Server 2005, you can specify multiple columns for a full-text predicate. Earlier versions of SQL Server limited column references to either one or all the columns in a table. This version of SQL Server removes this limitation by allowing you to specify an arbitrary number of columns in a full-text predicate via a column list. You specify column lists in the column_list argument of the full-text predicate. Columns within a single predicate column list must belong to the same table and the wildcard character, "*", cannot occur in the column list. For more information, see Querying Multiple Columns.