Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SQL 2014: Alternate solution for CROSS JOIN in SQL

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles