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 / October 2006

Tip: Looking for answers? Try searching our database.

sp_fulltext_catalog

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Cenk FIRAT - 17 Oct 2006 10:14 GMT
In 1 database I have 2 cataolg files. how many times a day I must execute
sp_fulltext_catalog sp?
"Full" or "incremental" which type of arguments I must use? and how many
times ?(a day or a week)
Hilary Cotter - 17 Oct 2006 10:22 GMT
Use change tracking if possible. With change tracking it will automatically
keep up to date. Otherwise run an full population every time you wish your
catalog to reflect the current contents of your tables you are full-text
indexing. You need a time stamp column on your tables for an incremental
population to be run, otherwise a full population will be run. Incremental
populations are frequently as lengthy as full populations.

Signature

Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

> In 1 database I have 2 cataolg files. how many times a day I must execute
> sp_fulltext_catalog sp?
> "Full" or "incremental" which type of arguments I must use? and how many
> times ?(a day or a week)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 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.