Is there a faster way to select the distinct count of users from a table? Perhaps using row_number, partitioning, or cross apply? Is there a faster way to select the distinct co
Is there a faster way to select the distinct count of users from a table? Perhaps using row_number, partitioning, or cross apply? Is there a faster way to select the distinct co