Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

full-text index with multiple tables

 
   Database Forums (Home) -> Full Text RSS
Next:  indexing method  
Author Message
geekyguy

External


Since: Jun 05, 2008
Posts: 10



(Msg. 1) Posted: Thu Jun 05, 2008 4:41 pm
Post subject: full-text index with multiple tables
Archived from groups: microsoft>public>sqlserver>fulltext (more info?)

Hi All: I just stumbled across this post, noting that you can create a view
against multiple tables, and then use the view in the full-text index, so
that if you do a freetexttable query agains the view, you are in effect
searching multiple tables simulataneously.

http://versia.com/2008/02/06/sql-server-full-text-searching-across-mul...le-tabl

This may be old news already, but I had previously been doing nested queries
against each table in the full-text index...this seems much more
straightforward...just curious if there are any problems or issues with this
method?

 >> Stay informed about: full-text index with multiple tables 
Back to top
Login to vote
geekyguy

External


Since: Jun 05, 2008
Posts: 10



(Msg. 2) Posted: Thu Jun 05, 2008 6:05 pm
Post subject: Re: full-text index with multiple tables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"geekyguy" wrote in message

> Hi All: I just stumbled across this post, noting that you can create a
> view against multiple tables, and then use the view in the full-text
> index, so that if you do a freetexttable query agains the view, you are in
> effect searching multiple tables simulataneously.
>
> http://versia.com/2008/02/06/sql-server-full-text-searching-across-mul...le-tabl
>
> This may be old news already, but I had previously been doing nested
> queries against each table in the full-text index...this seems much more
> straightforward...just curious if there are any problems or issues with
> this method?
>
OK, I ran into my first problem...after creating this view, I attempted to
update one of the tables that has a field in the view, I'm getting an error:

"UPDATE failed because the following SET options have incorrect settings:
'ARITHABORT'. Verify that SET options are correct for use with indexed views
and/or indexes on computed columns and/or query notifications and/or xml
data type methods."

Do I need to change the update statement to "set arithabort on" or does this
create a problem with the view? How do I set arithabort to "on" within the
context of an update statement

 >> Stay informed about: full-text index with multiple tables 
Back to top
Login to vote
sql411nospamcom

External


Since: Apr 19, 2007
Posts: 11



(Msg. 3) Posted: Thu Jun 26, 2008 11:12 am
Post subject: Re: full-text index with multiple tables [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

geekguy,
check out these articles from MS to reference as a checklist. mostly your
"set" options on your view and calling procs, as well as constraints.

http://msdn.microsoft.com/en-us/library/ms190019.aspx
http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx

hth,
robert towne
 >> Stay informed about: full-text index with multiple tables 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Full-Text Index Greyed out - Hi, I am running SQL Server Standard on my development machine, Windows XP Pro. I have restored my clients database into my SQL Server 2005 instance (named SQLSERVER_2005) . I use a named instance because I still have SQL Server 2000 and SQL Server....

Copying a full-text index from 1 DB to another... - Hi everyone, I noticed that when I did an export on a database (lets call it DB_a) to another one (lets call it DB_b) it did not copy over the full text index (FTI) that was on DB_a. Is there anyway I can get the FTI from DB_a to be copied over to..

Scripting Full Text Index - Hi, I'm using SQL Server 2005 and was just wondering if its possible to get the values set for full text indexing via I was just wondering if it is possible to script the full text indexes setup from the Management Studio (in a similar way as you can..

Full Text index on a view. - Am I missing something here? SQL Server 2005 BOL states that one the requirements for the CREATE INDEX on a view are: "The view cannot include text, ntext, or image columns, even if they are not referenced in the CREATE INDEX statement". But t...

Abstracts for Full-Text Index entries - When vsing Microsoft Index Server file system catalogs, the Index Server generates 'abstracts' which give the vser an 'at a glance' indication of the entry contents. Does Fvll-Text Indexing within SQL Server provide s&#1...
   Database Forums (Home) -> Full Text All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]