if(select databaseproperty ('pubs','IsFulltextEnabled') ) = 0
execute sp_fulltext_database 'enable'
go
(1 row(s) affected)
Server: Msg 7609, Level 17, State 2, Procedure sp_fulltext_database, Line 37
Could not load the Full-Text Search component (SQLFTQRY.DLL).