Q. Could that be a reason to switch to "Update Index in Background"?
A. Yes! As you're using SQL 2000 SP3 on Win2003, you can enable CT with UIiB
database files. So, if you have another drive, say the E:\ and your
Catalog on the E:\ drive assuming it is the RAID0 drive. The primary reason
"Simon Steiner" <anybody@anonymous.com> wrote in message
news:OI9NUqdFFHA.3908@TK2MSFTNGP12.phx.gbl...
> uups.
> The Size of the *.ldf-file ist: 235MB and the *.mdf has 27.9MB
>
> The HD-Type is a seagate scsi drive and there is a RAID0 installed... so
> there are 2 disks.
>
> simon
>
>
> "John Kane" <jt-kane@comcast.net> schrieb im Newsbeitrag
> news:ucYBJXdFFHA.2832@TK2MSFTNGP14.phx.gbl...
> > Simon,
> > Could you post the full output of the below SQL code as this information
> is
> > very helpful in troubleshooting SQL FTS issues?
> >
> > use <your_database_name>
> > select @@version
> > select @@language
> > select count(*) from your_FT-enabled_table_name
> >
> > If you're are using SQL Server 2000, does your FT-enable table have
> "Change
> > Tracking" with "Update Index in Background" enabled or are you using a
> > frequently scheduled Incremental Population? Depending upon the size of
> your
> > table and if you're using SQL 2000, it might be best to use CT with
UIiB.
> > Also, could you provide information on where your FT Catalog folder is
> (what
> > drive and type of drive, i.e., RAID level) relative to your database
files
> > (*.mdf & *.ldf)?
> >
> > Thanks,
> > John
> > --
> > SQL Full Text Search Blog
> >
http://spaces.msn.com/members/jtkane/ > >
> >
> >
> > "Simon Steiner" <anybody@anonymous.com> wrote in message
> > news:egYJaMdFFHA.228@TK2MSFTNGP15.phx.gbl...
> > > hello ng
> > >
> > > i've got a problem with my fulltext-index, or with the performance of
> the
> > > sql-server.
> > > in one database i've installed a fulltext-index. this index based on a
> > often
> > > scheduled job, because it's nessessary to find the entrys directly
after
> > the
> > > insert. the schedule has a frequence of 1 minute...
> > >
> > > on the same sql-server i've got an other database. in this db i like
to
> > > insert many entrys on the same time.
> > >
> > > the index works and the other db works too. but the inserts are very
> slow
> > > when i start the index-job. the sql-server runs on a 4 processor
system
> > with
> > > 2gb of memory, and the processor has more capacity than i use (max
20%).
> > the
> > > harddisk is also very fast (scsi).
> > >
> > > inserts per second: up to 300
> > > inserts per secon with index running: up to 40
> > >
> > > what can i do to run both things on same time?
> > > do i have to change some settings for the index-job?
> > >
> > > thanx. simon
> > >
> > >
> >
> >
>
>