The main string tried for searching is - hr001.2005.05.05 The column that has this string, a full-text index has been created with the language word-breaker as "Neutral". While searching for this string in SQL 2005 the searches are working. While the same is not working in 2008. select * from table where contains (column, '"hr001*"') -- works in SQL 2005 and 2008 select * from table where contains (column, '"hr001.*"') -- works in SQL 2005 and 2008 select * from table where contains (column, '"hr001.2*"') -- works in SQL 2005 and NOT in 2008 There is no change in the column, word-breaker language etc in the environments except that the version of the SQL is changed from 2005 to 2008.=================Russell Fields suggested to log a bug in here. Please check the below for more details - http://social.msdn.microsoft.com/Forums/en-US/sqlsearch/thread/e004d207-d0bc-424a-aaf7-9c5fbe641202
Product Language
Version
Category
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Platform
Virtualization