Creating catalog for each customer in SQL server database -
i have 2 tables. customer table, containing customerid, name, dob etc , table contains text fields along customerid. customers require able search through mentioned text fields in second table.
this simple problem made complicated fact second table can large (several billion records). looking @ using full text search , have created full text catalog , full text index database , table respectively. approach slow! wondering if somehow possible create full-text catalog each individual customer?
if have other thoughts, i'd happy here them
thanks
Comments
Post a Comment