Hi everyone,
I always read this forum and there are many helpful information.
Anyway, I got abnormal phenomenon regarding FullText search engine included in SQL Server2008R2 std is not abailable when I performe sql script as below via SQL Server manager.
>use [database] fulltextserviceproperty('isfulltextinstalled');
Return under SQL Server manager,
>NULL
Accoring to Tech-Net, return '0' is uninstalled and '1' is installed, 'null' is not available. However the SQL server installation software said "Fulltext search engine" was instaled normally. I mean the box is checked on GUI of SQL Server manager.
How to survey and resolve this phenomenon?
Thank you for kindness.