Hello,
I have installed SQL Server 2005 Express Edition Advanced Services and
SQL Server 2005 Express Edition Toolkit SP1. I cannot use full-text
search. When I called:
exec sp_fulltext_ser vice 'load_os_resour ces', 1;
exec sp_fulltext_ser vice 'verify_signatu re', 0;
go
I got error:
Full-Text Search is not installed, or a full-text component cannot be
loaded.
What should I do to be able to use full text search? Could you help me
please? I cannot find solution in Internet...
/RAM/
I have installed SQL Server 2005 Express Edition Advanced Services and
SQL Server 2005 Express Edition Toolkit SP1. I cannot use full-text
search. When I called:
exec sp_fulltext_ser vice 'load_os_resour ces', 1;
exec sp_fulltext_ser vice 'verify_signatu re', 0;
go
I got error:
Full-Text Search is not installed, or a full-text component cannot be
loaded.
What should I do to be able to use full text search? Could you help me
please? I cannot find solution in Internet...
/RAM/
Comment