Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-26 : 11:03:09
|
P.Saravanan writes "Dear sir,
Please help me to solve the problem. I am getting an error message when I try to create fulltext catalog for a table or a database.. I run this query from query analyzer..I have installed Full-text search options on MS SQL 7.0..
use [database_name] EXEC sp_fulltext_database 'enable'
(1 row(s) affected) Server: Msg 7608, Level 17, State 1, Procedure sp_fulltext_database, Line 37 An unknown full-text failure (80004005) occurred in function EnumCatalogs on full-text catalog ''.
please help me on this..
With regards P.saro" |
|
|
|
|
|