dbTalk Databases Forums  

SQL Server Full Text Search Indexed View

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss SQL Server Full Text Search Indexed View in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
pevgeniev
 
Posts: n/a

Default SQL Server Full Text Search Indexed View - 08-03-2010 , 07:55 AM






Hi everyone,

I want to use the Full Text Search feature of Microsoft SQL Server.

If I have a table Client which refers other tables like City, Country,
Department, etc. is it better to create a separate table that would
hold de-normalized data, which would then be full text indexed, or is
it better to create a dummy value in every foreign table (for instance
with key -1 ) and then substitute the NULLs from the Client table with
those corresponding dummy values, then create an indexed view (those
dummy entries are because of the indexed view and the use of 'inner
join' instead of 'left join') and then create a full text index on
this index view?

With the latter I wouldn't have to worry about populating the 'de-
normalized' table every time a record changes in the Client, or in any
of the foreign tables - City, Country, Department, etc.

Or maybe none of the above, I could use some new ideas as well

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.