Hello Experts,In one of my codes, I had to use CROSS JOIN with MonthIDs as I am going to do End of Period in the later stage. But as we know, CROSS JOIN takes lot of time because it’s almost ~8M * ~44 = ~350M of rows.Do we have any alternate solution in place of CROSS JOIN in SQL which can work faster? Any help would be greatly appreciated!Thank You!Srinivas
↧