Wednesday, October 12, 2011

How to check Full Text search is installed in your sysem SQL Server2008?

select SERVERPROPERTY('IsFullTextInstalled')


if this query returns 1 then its installed , if it returns 0 then its not installed.

No comments:

Post a Comment