| Thread | Last Post | Replies |
|
| Full text newbie... | 30 Jan 2006 09:54 GMT | 2 |
Hi, group, Made these days some tests and not understand very clear how contains or containstable perform the search. The catalog was built on 2...5 columns, various scenarios.
|
| Text field in a group by, how can I make it work? | 29 Jan 2006 17:20 GMT | 1 |
I need to do a sum this way : Select Field1, Sum(Field2) as sumField2 From Table1 Group By Field1. I think the syntax is correct, but the problem is that Field1 is of type Text (and not varchar). So I receive an error telling me I can't "group by" with a field of type "Text". Is ...
|
| Query returning inconsistent results - please help | 27 Jan 2006 20:26 GMT | 9 |
I perform a query against a database and it returns one set of results. I perform this query on an "identical" database and it returns a subtly different set of results. In detail.
|
| Advantages? | 27 Jan 2006 19:37 GMT | 3 |
I would welcome opinions on whether FTS would help in our scenario. The table has about 28 million rows and has about 10,000 rows added every morning in an intensive batch process. Then another batch query process is run that looks for partial name matches.
|
| Full-text catalog is not building properly (completely) | 27 Jan 2006 11:56 GMT | 7 |
I have a full-text index on a Title column in a Books table and I have a CONTAINSTABLE query that seems to work well in most cases. Recently I discovered that the query was failing to return an expected result. When I search for titles containing the word "shining," I expect ...
|
| Hit highlight | 26 Jan 2006 19:36 GMT | 2 |
Does anyone know a simple way to highlight matches using full text indexes in SQL Server 2005? []´s José
|
| FULL TEXT INDEXING is grayed out-- Is it O/S prob? | 26 Jan 2006 17:50 GMT | 1 |
My OS is Windows XP Professional 2002, when i'm trying to install the Server Components for the FULL TEXT INDEXING using the SQL Server Standard Edition CD, prior to the installation it is giving a message saying "Microsoft SQL Server 2000 Standard Edition server component is
|
| Invalid locale ID | 25 Jan 2006 12:50 GMT | 2 |
Getting the following error in SQL 2005 : Msg 7696, Level 16, State 10, Line 1 Invalid locale ID was specified. Please verify that the locale ID is correct and corresponding language resource has been installed.
|
| incremental Population not starting | 25 Jan 2006 05:17 GMT | 2 |
Running on Sql Server 2000, I have a catalog set to do an incremental populate every 5 minutes each day. But when I make a change to a record and do a search on it, it doesn't find it, even after about 20 minutes. But if I manually do the incremental
|
| Urgent Info | 25 Jan 2006 02:18 GMT | 1 |
Can u install FTS later on? I have a clustered env. and due to failure in registering FTS the entire install is rolling back? so perhaps I can delete the FTS Resource and install it later... TIA
|
| High CPU over extended time period | 24 Jan 2006 14:01 GMT | 9 |
We are running SQL 2000 sp4 with full text search, recently we are getting 100% CPU over extended period of time and the only way to resolve this is by killing the Mssearch.exe process. (we tried to restart the service but it hang) the Microsoft search service is
|
| Full-Text Search is not installed, or a full-text component cannot | 24 Jan 2006 13:53 GMT | 5 |
Active-active cluster. The second node was reinstalled after a hardware failure. The MS Search service is started. But when I try to query full-text the error message shows up:
|
| Find fulltext index is exist are not | 21 Jan 2006 08:23 GMT | 2 |
How to find full text index is exist in the table or not ? like that how to find normal index is exist in the table or not ? Thanks in adv. ---> Murali <----
|
| Returning rank values using CONTAINSTABLE - fails with unknown res | 21 Jan 2006 04:45 GMT | 1 |
When submitting this Querey in SQL Server 2005 SELECT FT_TBL.Firstname, FT_TBL.LastName, Key_TBL.Rank FROM [user] AS FT_TBL INNER JOIN CONTAINSTABLE([user], Firstname, 'ISABOUT (Christian weight (.1), Ian
|
| Fulltext on ntext column | 21 Jan 2006 01:09 GMT | 1 |
Hi Gyus, I have a quick question. Can you run full text search on a column tha contains ntext data? Thanx..
|