Click here to Skip to main content
15,908,437 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Dear Friends,

I have millions of recoreds in my database.
Finally I dumped into GriedView now I need Superfast Search using TextBox. Just Like Google.

Please can anyone find me this solution.

Thanks,
Posted
Updated 5-May-12 0:31am
v2
Comments
[no name] 5-May-12 6:46am    
Start with what have you tried?

you need to make indexes in the table from where you are serching...

for indexes refer this link

http://www.exforsys.com/tutorials/sql-server-2005/sql-server-defining-indexes.html[^]
 
Share this answer
 
Pick one from the below result

Indexing and Searching using C#[^]
 
Share this answer
 
Hello

I think the link is useful for you:
10 sql tips to speed up your database

After that, read this:
CREATE INDEX (Transact-SQL)

And this:
Magic Secret to Google
 
Share this answer
 
Comments
Syed SufiyanUddin 5-May-12 6:40am    
Boss, i need code am using textbox and gridview. I need to search the data from gridview.
I need to search the data using textbox
Shahin Khorshidnia 5-May-12 7:22am    
Boss! read the articles (links) and try to write it yourself. It's your job!

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