Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everybody,
Can anyone tell me that how i can fetch bulk records from sql server like a column containing 200,000 number of records in very few seconds as it is used as search result like in google. And please advice me that which statement i must use as query as i have to retrieve all records which contain the supplied string.


1)
SQL
Select * from table_name where addrs=*my_string%


2) Or i must create full text index for this.

Suggestion Required,
Akkywadhwa.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900