Hi All,
I have a database In this there are multiple tables with reference. i have 50 lacs data in 3 tables now when i perform any operation like any update or reporting from the application.
many times i got Timeout error. Now i have to make an application for data archiving.
Through this application I want to move unneccesary data from these table through a small apps or scheduler.
Please give me suggestion to make this apps.Its urgent .
Thanks in advance
Loading

Sunny SharmaPosted Jul 6, 2013, 7:46 AM
The feasible solution to your problem is to Create Indexes on key columns in your tables. Do that, the response time will be improved as very fast.
To address your second question, I would say It's all up to your logic how you plan to move your data.
Hope it helps.
Cheers!