Quantcast
Channel: DevNet Questions
Viewing all articles
Browse latest Browse all 8901

Smart search index returns error

$
0
0
Hi Team, I tried to update my page type using this query UPDATE [dbo].[CMS_Class] SET [ClassTableName] = 'newtablename' WHERE [ClassTableName] = 'oldtablename'; GO But my search index is still trying to run using the old table name how to change that, do i need to implicitly change any query for search index.

Viewing all articles
Browse latest Browse all 8901

Trending Articles