Hi, I have a table which have 6 million recods,when a fire select query with where condition in that table it is timing out.
How can I make it run, Please help
Hi, I have a table which have 6 million recods,when a fire select query with where condition in that table it is timing out.
How can I make it run, Please help
Assuming there aren't any indexes, add an index to the appropriate column(s).
If you need a more detailed answer, you need to provide more information, including the table schema, the query, and the indexes already against the table.
Either
Please post your SQL