I am allowed to create/manipulate objects in one database but not in another.
The Table I am interested in - let's call it DBNoModify.dbo.SourceTable
has 2 fields Name
& Description
.
I would like a fulltext index on the concatenation (Name + ' ' + Description
) of these but the catalog and index must reside in my separate database.
What are the options?