| Thread | Last Post | Replies |
|
| An unknown full-text failure (80004005) occurred in function EnumCatalogs | 29 Jun 2005 18:16 GMT | 8 |
We are using Full Text Search on our production SQL Server (Active/Active Cluster, MSSQLSERVER EE). Within the last week we have not been able to rebuild the FTC on any database on one node/instance. We get the following message:
|
| FT indexes are not populating | 29 Jun 2005 02:39 GMT | 3 |
I've created a couple of full-text indexes using the FT wizards and/or sample code from BOL. Everything appears to be correct and I've run a full population on them without getting any errors. However, when I run my queries to test the results I get no rows returned. When I ...
|
| 2005 FT Indexing: what about additional languages? | 28 Jun 2005 17:00 GMT | 2 |
I see sqlserver2005 has no many languages which were announced. For example I need arabic as the language for indexing and search. I dont see it in the language list.No wordbreaker. Any ideas?
|
| Catalog and characters with accent | 27 Jun 2005 16:07 GMT | 1 |
I have a question about SQL Server 2000 Full Text Index. I want to create a catalog in a field (varchar(255)), but I?m with 2 problems: 1. The characters of this field can have accent. But when I do a search
|
| FULL TEXT CATALOGS CANT BE OPEN | 26 Jun 2005 12:53 GMT | 1 |
I have number of catalogs on my server. when i am clicking on the full text catalogs section on the enterprise manager the enterprise manager is stucked and i cant see any catalogs. anyone knows what is the problem? thanks!
|
| Full-text Catalog Creation Problem | 24 Jun 2005 18:54 GMT | 2 |
I am trying to set up full-text indexing on my SQL Server 2000 instance running on WIndows 2000 Server. Every time I try to create a FT catalog, I get the following message: "The microsoft search service cannot be administered under the present
|
| Problem with Search engine access? | 23 Jun 2005 16:28 GMT | 1 |
We're running a Windows 2000/2003 network. On Servers running Windows 2003 with or without SP1 and SQL Server 2000 SP3a or 4, we cannot create any full Text Search Catalogs. Whatever login we try to use, if we try to create a new catalog, from
|
| mssearch cannot merge master catalog | 23 Jun 2005 16:14 GMT | 6 |
This may be an ancient query -but I have not found answers searching across MS's WWW site or the wider internet. I have SQL 7sp4 + combined security update for sql7sp4
|
| SQL Table indexes | 23 Jun 2005 05:17 GMT | 1 |
I want to information about INDEXING? Why we creat index and how to creat and where we can manage index? In SQL 2000 EM where we can see old indexes ? regards, Henrik
|
| Wild Card Search in Full text search | 22 Jun 2005 16:20 GMT | 2 |
Is there a way to implement wildcard search like using LIKE operator to implement in FullText Search using FREETEXT or CONTAINS? For example Giving a key word, 'Mexico' should fetch the records which contains 'Mexicocity'
|
| accent sensitive | 21 Jun 2005 17:07 GMT | 1 |
just a little question : in full text search, in SQL Server 2000, how to enable accent-insentive? for exemple : if I seize "tele", I want to have results with "télé", "tele", "téle" and "telé"
|
| Full Text Index Issue | 21 Jun 2005 14:28 GMT | 2 |
Hey all, I'm using full text indexing for keyword search capabilities for one of our clients'. We needed to provide boolean search capability and hence I chose containstable instead of freetext.
|
| Full Text ContainsTable does not return desired results | 21 Jun 2005 14:20 GMT | 2 |
I did the following SQL Query. set @sql = @sql + 'select distinct s.PrimaryKey, indx.rank, d.documenttype_id,
|
| Error in FTS | 20 Jun 2005 11:40 GMT | 4 |
I have a query SELECT DISTINCT Top 400 PFSchemaInstance_ID, 0 Rank, 0 CriteriaCount, FromDate, pfSchemaInstance_ID FROM PFLightningSearch_PersonProfileImpulse_Publish L WHERE CONTAINS (Text,
|
| SQL 64bit SP4 - Server: Msg 7342 - Unexpected NULL value returned | 16 Jun 2005 14:43 GMT | 6 |
I've been googled and haven't found any soloution yet. I'm getting the following error while doing a CONTAINS query on a fulltext catalog. Server: Msg 7342, Level 16, State 1, Line 1 Unexpected NULL value returned for column '[TextData].KEY' from the OLE
|