Click here to Skip to main content
15,894,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am facing problem of noise words after increase width of one column from varchar(45) to varchar(300) which is run perfect till now. How to solve it.

Please guide.
Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 29-Dec-15 2:48am    
It's hard to understand what would you mean by "noise words". And even if you explained it, I'm afraid it would be not enough information. You also need to explain what you did and how to reproduce the problem.
—SA
Kornfeld Eliyahu Peter 29-Dec-15 2:58am    
Check these to see how to configure full-text-search:
https://msdn.microsoft.com/en-us/library/ms142551.aspx
https://msdn.microsoft.com/en-us/library/ms187914.aspx
ParkashKaur 29-Dec-15 3:11am    
Sir
I have one table which is full text indexed
I had increase width of one field which is now varchar(300) from varchar(45)
but now at the searching time if I am create query with search table which is full text indexed not shown any result which is till now run perfectally as below

select * from dka.dbo.Title_Search where contains(*,'Plant')
and contains(*,'resources')
and contains(*,'of')
and contains(*,'Nagaland')

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900