문제

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!

도움이 되었습니까?

해결책

I ended up dropping and recreating the view with additional fields. Not sure why that was necessary. I'll leave this question open for another day or so in case anyone can offer some insight.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top