I am going through the issue, where my table is having about 84 million records and we are reading the whole lot table in sp without any where clause, is there any way I can improve the performance for this table. TIA
@@RajneeshDabral Yes, it's an old code where it is simply joining on primary key and no where clause. Simply select all data from that table and then further add few more tables in joining that's it
ur way of explanation is awsome sir
Thanks for your efforts and knowledge sharing.. 👍👍
thanks
Got to learn something new
I am going through the issue, where my table is having about 84 million records and we are reading the whole lot table in sp without any where clause, is there any way I can improve the performance for this table. TIA
are you reading the complete data of the table?
@@RajneeshDabral Yes, it's an old code where it is simply joining on primary key and no where clause. Simply select all data from that table and then further add few more tables in joining that's it