Hi Stolze,
For my table there are no Indexes and cant apply also as it is data produced from an experiment and my queries are written in stored procedure which simple
"Insert into sample1 select 1,2,3 from source"
"Insert into sample2 select 1,4,5 from source" similarly 14 queries.
2 . What statistics should i check.
My thought is to find for a property such as to stop log entery or some thing like that which can be made off to reduce the time of loading.
Any other suggestions would be highly helpful.