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 / November 2005

Tip: Looking for answers? Try searching our database.

create store procedure to incremental populate full text index tab

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
eslim - 16 Nov 2005 21:01 GMT
I need to create a store procedure to perform incremental population of full
text index table. The store procedure will be call from my program.

Any ideas ???
Signature

xxx

Hilary Cotter - 16 Nov 2005 21:51 GMT
This is probably what you want.

exec sp_fulltext_table N'[dbo].[authors]', N'start_incremental'

I suggest you have a look at change tracking and schedule the index updates.

Signature

Hilary Cotter
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

>I need to create a store procedure to perform incremental population of
>full
> text index table. The store procedure will be call from my program.
>
> Any ideas ???
eslim - 17 Nov 2005 13:35 GMT
Thanks for u answer.

How to create store procedure to perform full population of full text index
table?

Signature

xxx

> This is probably what you want.
>
[quoted text clipped - 7 lines]
> >
> > Any ideas ???
Hilary Cotter - 17 Nov 2005 15:00 GMT
You should be able to use sp_fulltext_table for this.

Please clarify what you are trying to do.
Signature

Hilary Cotter
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

> Thanks for u answer.
>
[quoted text clipped - 14 lines]
>> >
>> > Any ideas ???
 
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.