Home Forums SQL Server 2008 T-SQL (SS2K8) Need an Efficient Way to Rank Rows with Some Rows Having the Same Rank RE: Need an Efficient Way to Rank Rows with Some Rows Having the Same Rank

  • Have a look at the dense_rank() function.