Delete is take a lot of time... Help me, please
For the question in above threads ,
Truncate table works better than delete table statement.
Before truncating the table , You will have to take the backup copy of the master table and then
truncate the master table . Once after doing this , you can insert the number of records based on the requirements,..
Rgds
User43451