| Thread | Last Post | Replies |
|
| Thesaurus Problem | 31 Aug 2007 20:34 GMT | 20 |
I am trying to get the full-text search thesaurus to work in Sql Server 2005 Express edition. I live in the USA so I assume the tx.ENU.xml is the appropriate file to modify. I used Notepad to modify the tx.ENU.xml file and saved as unicode:
|
| fulltext logs | 31 Aug 2007 12:48 GMT | 2 |
I have a problem with the FullText logfiles. I have 1 file (SQLFT0001500005.LOG) which is 1.2Gb. I want to delete (or at least shrink) this file, and move it to another diskdrive but I don't know how to... Regards,
|
| FTS giving me no results | 30 Aug 2007 13:14 GMT | 2 |
FTS gives me no results all the time. from the beginnning i have created table with columns: ImageColumn (Image), document_type(varchar(4)) and filepath(varchar(200)) i have created FullTextIndex on column ImageColumn and type -
|
| Dtsearch | 30 Aug 2007 00:05 GMT | 3 |
I have an issue with Dtsearch - I have very large .pdf documents in excess of 4000 pages that I am using Dtsearch to index. It seems that around the 4000 mark Dtsearch stops indexing and does not display any error message. I have tried adjusting memory size availability and
|
| Full Text Search Timing Out with only 20 total users | 24 Aug 2007 08:40 GMT | 6 |
Hi SQL group, I am having a major issue with search and fulltext indexes. Here is the code I am using to add a fulltext to the User table: CREATE FULLTEXT INDEX ON dbo.[User]
|
| Criterias with Full text search | 21 Aug 2007 15:46 GMT | 2 |
I am trying to create a full text search which allows users to choose such things as "with this exact phrase" , "with all of these words" AND "Without these words" etc. I tried using freetexttable command to search through the columns which was
|
| newbie: Full Text Search Against PDF Blobs | 18 Aug 2007 16:43 GMT | 5 |
I have a client which this solution sounds perfect for: Does anyone know a web site that I can test the "Full Text Search Against PDF Blobs" functionality against. The website "layout design guy" is saying that SQL 2005 will be too slow
|
| SQL 2005 Cluster with dedicated nic for Sharepoint DB | 18 Aug 2007 11:42 GMT | 2 |
I was wondering if this was possible. We have many databases on this cluster and I would like to isolate sharepoint network traffic to a dedicated nic. My thoughts is to create new cluster resources for an ip-address and network name and create a DNS alias like 'SharepointDB' ...
|
| Help with full Text Search | 17 Aug 2007 13:48 GMT | 1 |
I am trying to create a full text search that uses a web interface similar to google's advanced search, which allows users to choose such things as "with this exact phrase" , "with all of these words" , "Without these words" etc. When i use the "containstable" keywords it ...
|
| Near keyword in Full Text Search SQL Server 2005 | 17 Aug 2007 02:21 GMT | 2 |
I have a SQL Server 2005 with SP2 and when use the FTS, a could observe that AND and NEAR opertors are returning exactly the same results. Anyone has any ideas? Tanks in advanced
|
| incremental change tracking | 15 Aug 2007 10:44 GMT | 2 |
I have a SQL 2000 full text catalog with Incremental population and Change Tracking. There is a replication job on the table , which replicates every 10 minutes. Sometimes there is a delay from the time the data appears in the table , to
|
| An issue with Full Text Search against PDF blobs... | 14 Aug 2007 04:00 GMT | 3 |
My client is trying to use SQL Server Full Text Search to search PDFs stored in a varbinary(max) column. Full text search works fine for other Microsoft Office documents stored in the same table but it does NOT give back any results from the PDF documents.
|
| Free-Text Search "AND NOT" Wrong results - HELP, please! | 10 Aug 2007 11:18 GMT | 3 |
I have a Photo Database, with a Photo table. Each photo has several Varchar fields for storing caption, description, keywords, etc. I have a Full-Text index/catalog for these fields. This is the problem:
|
| Problem with SQL2005 and pdf Filter 6.0 | 09 Aug 2007 17:41 GMT | 4 |
Hi, I have a DB where I use to store file (.doc , .ppt, etc) everythings working fine still I add .pdf file. I've Download the 6.0 IFilter from Adobe and execute the
|
| How to add new extensions "correctly" | 08 Aug 2007 09:07 GMT | 3 |
I have come across a problem. I cannot find the answer here, though I'm surprised nobody else has asked. The question is: How should one get SQL FTS to index files' content which have a suffix/extension not among those supplied by default BUT
|