CONTAINSTABLE with wildcard works different in SQL Server 2005 and SQL Server 2008?
- by musuk
I have two same databases one on SQL Server 2005 and one on SQL Server 2008, it have same SQL_Latin1_General_CP1_CI_AS Collation, and full text search catalogs have the same settings.
These two databases contains table with same data, NTEXT string:
"...kræve en forklaring fra miljøminister Connie Hedegaard.."
My problem is:
CONTAINSTABLE on SQL…