Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How do I know the catalog is working and the indexing is finished populated01 Jun 2006 00:31 GMT5
I just created a catalog in pubs includes table 'emplyee'.
How do I know the indexing population is finshed?
RTF filter31 May 2006 05:34 GMT4
Any RTF filter can I download from ?
Service pack31 May 2006 05:28 GMT2
Do I need to download SQL Server 2000 service pack to get the full-text
search working ?
I am using Developer edition.
Full-text seacrh not worked31 May 2006 04:17 GMT6
I cannot make the catalog active.
I tried both using T-SQL and inside EM in SQL 2000 but the status is still
idle.
Any rules I need to stick to? eg. what user login, authentication mode..etc
Query and change tracking31 May 2006 03:22 GMT2
I tried to use change tracking (with background or update index
options) and incremental index.
Change tracking is very fast!! Better then incremental function.
But my query are very slow now, time to make a query is doubled!
Help - cannot create catalog include table columns31 May 2006 03:19 GMT1
I got SQL 2000 Developer edition installed on both Win2003 and WinXP.
However, by going into EM and created a full-text catalog using Pubs
database, I can only define the name of the catalog but there is no table
table for me to include the tables and the column, any idea?
NT Authority\System31 May 2006 03:05 GMT1
I cannot get the catalog running and read the knowledge base :
ArticleID -317746
http://support.microsoft.com/kb/317746/en-us
So I issued the command said in the article against the master db in QA.
SQL Query to expire messages at a given date30 May 2006 14:00 GMT2
I have a SQL Code to retreive messages from a server that have been posted
in the last 7 days.  See below.
SELECT     TOP 100 PERCENT Name, Subject, [Date], Message, messageID
FROM         dbo.Messages
IUSR can't execute fulltextcatalogproperty()?30 May 2006 12:28 GMT9
I can execute the following to identify a word count:
select fulltextcatalogproperty('items_idx', 'UniqueKeyCount') as count;
If I execute this locally I get a count as intended. If I include this
query in interface code, though, it comes back with a null object
pdf filter29 May 2006 12:18 GMT2
Anyone knows where can download/buy a iFilter for pdf ?
full-text : first request is very slow26 May 2006 20:52 GMT5
I develop an ASP.NET application which is connected to SQL 2005.
I encounter a problem, it is that always the first request that I sending on
fields contained in a full-text index is extremely slow and always exceed
the 30 seconds; the requests which follow are very fast (1 ...
How to call FullTextPopulation method?26 May 2006 19:30 GMT6
I would like to start population of Full Text Index from my stored
procedure. In SQL Books Online I found this: The FullTextPopulation
method starts or stops Microsoft Search full-text table population,
building the index supporting full-text queries on data maintained by
How to be sure that the population is incremental and not full?26 May 2006 17:29 GMT1
I need a  simple information.
I read into msdn that incremental population requires a timestamp
column on the table full-text indexed.
Well, I have.
Return a random 5 records from full text index26 May 2006 14:23 GMT5
Bit of a teaser how can you achieve this.
Assume a search criteria i.e SQL AND Server
I want to not return the top 5 records but a random 5 records.
You can add anything to the indexed column and you can add anything to the
Full text index query plans26 May 2006 02:14 GMT1
I posted this message some time ago on
microsoft.public.sqlserver.programming but got no replies.  Today I
found this group so maybe I'll have better luck :)
I have a table with a full-text index on a given column.  If I run the
Pages: 1 2 3 4 April, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.