Can any one help with some database issues.
I have to deal with huge tables like tableA (70 mil rows )and TableB(45 mil rows.) and they grow on timely basis.
Every month I have to insert from TableB into Table A with some calculations. On an avg. a month's data is around 5 Mil.
The way Im doing right now is creating some staging tables before we insert into tableA. But, I need to come up with something effective and efficient way.
Appreciate ur help
Thanks
-P
I have to deal with huge tables like tableA (70 mil rows )and TableB(45 mil rows.) and they grow on timely basis.
Every month I have to insert from TableB into Table A with some calculations. On an avg. a month's data is around 5 Mil.
The way Im doing right now is creating some staging tables before we insert into tableA. But, I need to come up with something effective and efficient way.
Appreciate ur help
Thanks
-P