Using SQL Server 2005 Enterprise. I'm trying to add columns to a full-text index created on an indexed view with schemabinding.
Here's the full error message:
Cannot execute changes
SetParent failed For FullTextIndexColumn 'geo' (Microsoft.SqlServer.Smo)
Value cannot be null
Parameter name: newParent (Microsoft.SqlServer.Smo)
I'm not sure how to proceed...Google has turned up nothing, and the "geo" field does not contain NULL values.
Any suggestions?
Thanks!