Home Forums SQL Server 2008 T-SQL (SS2K8) Generate all possible number combinations for a provided list of numbers RE: Generate all possible number combinations for a provided list of numbers

  • I imagine if you take each number and use it as a basis for outer apply you'd get a cartesian product with every number comination but it's going to get very large very quickly.